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
5
home_zsh/.zsh/functions/precmd_update_git_vars
Executable file
5
home_zsh/.zsh/functions/precmd_update_git_vars
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
if [ -n "$__EXECUTED_GIT_COMMAND" ]; then
|
||||
update_current_git_vars
|
||||
unset __EXECUTED_GIT_COMMAND
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue