Add separate alias file
parent
323ff52593
commit
b3d43ef629
4
.zshrc
4
.zshrc
|
@ -81,3 +81,7 @@ config config --local status.showUntrackedFiles no
|
||||||
|
|
||||||
# GPG with SSH auth capabilities
|
# GPG with SSH auth capabilities
|
||||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
|
||||||
|
if [ -f ~/.aliases ]; then
|
||||||
|
. ~/.aliases
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue