new commands, updated gitconfig
+ e opens $EDITOR (thanks @holman) + h is same as 'c' but in home directory (thanks @holman) + updated gitconfig
This commit is contained in:
2
zsh/functions/_h
Normal file
2
zsh/functions/_h
Normal file
@@ -0,0 +1,2 @@
|
||||
#compdef h
|
||||
_files -W ~ -/
|
||||
1
zsh/functions/h
Normal file
1
zsh/functions/h
Normal file
@@ -0,0 +1 @@
|
||||
cd ~/$1
|
||||
Reference in New Issue
Block a user