Update zsh config files
This commit is contained in:
parent
c342f5c54d
commit
59647b51e0
|
@ -121,3 +121,4 @@ fi
|
|||
unset __conda_setup
|
||||
# <<< conda initialize <<<
|
||||
|
||||
export GPG_TTY=$(tty)
|
||||
|
|
|
@ -9,7 +9,7 @@ alias sudoedit='sudo -e nvim'
|
|||
gacp() {
|
||||
git add .
|
||||
local var="$@"
|
||||
git commit -m "$var"
|
||||
git commit -m "$var" -S
|
||||
git push
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue