Added zsh improvements from work laptop and a doc
This commit is contained in:
parent
c66a2b5bf6
commit
697ecfc086
8 changed files with 148 additions and 1 deletions
6
home_zsh/.zsh/functions/preexec_update_git_vars
Executable file
6
home_zsh/.zsh/functions/preexec_update_git_vars
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
case "$1" in
|
||||
git*)
|
||||
__EXECUTED_GIT_COMMAND=1
|
||||
;;
|
||||
esac
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue