Skip to content

Commit

Permalink
fix: zshelldoc & tree gh-r recipes & "v" alias
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Jun 4, 2022
1 parent 9b087d0 commit 9e783f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions zsh/.config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ elif has vim; then
else
export EDITOR='vi'
fi
alias v=$EDITOR
if has python3; then
alias python='python3'
fi
Expand Down
6 changes: 3 additions & 3 deletions zsh/.config/zsh/zinit.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ zi as'command' for \
pick'zunit' \
@zdharma-continuum/zunit
#=== COMPILED PROGRAMS ================================
zi lucid make"PREFIX=$ZPFX install" nocompile for \
lbin'!tree' Old-Man-Programmer/tree \
lbin'!bin/zsd' $ZI_REPO/zshelldoc
zi lucid make'PREFIX=$PWD install' nocompile for \
lbin'!**/bin/tree' Old-Man-Programmer/tree \
lbin'!**/bin/zsd' $ZI_REPO/zshelldoc

# zi for \
# as'completion' atpull'%atclone' depth'1' atclone"./configure --prefix=$PWD" \
Expand Down

0 comments on commit 9e783f6

Please sign in to comment.