Add pass aliases

This commit is contained in:
Pavle Portic 2019-09-16 08:13:13 +02:00
parent c124b61b8d
commit 650dff9cc9
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@ alias sustop='systemctl --user stop'
alias suenable='systemctl --user enable'
alias sudisable='systemctl --user disable'
# Pass aliases
alias psh='pass show'
alias psi='pass insert'
alias pgp='pass git push'
alias pgl='pass git pull'
# Oh my zsh alias override
alias gcom='gco master'
alias yar='yay'