Add separate alias file

master
Quentin Duchemin 2023-03-06 16:36:20 +01:00
parent 323ff52593
commit b3d43ef629
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 6 additions and 1 deletions

1
.aliases 100644
View File

@ -0,0 +1 @@
alias ap='ansible-playbook'

4
.zshrc
View File

@ -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