1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[zsh] Remove one ssh-add alias

This commit is contained in:
Hyacinthe Cartiaux 2013-08-21 14:52:23 +02:00
parent 69e3bedbc8
commit 42e70845b3

View file

@ -122,9 +122,8 @@ source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Personal aliases
alias -s pdf="/usr/bin/xpdf "
alias killflash=" ps aux | grep flash | xargs | cut -d' ' -f2 | xargs kill"
alias ssha="ssh-add ~/.ssh/id_dsa"
alias sshg="ssh-add ~/.ssh/id_rsa_uni"
alias killflash="ps aux | grep flash | xargs | cut -d' ' -f2 | xargs kill"
alias ssha="ssh-add"
alias cdpuppet="cd ~/Uni.lu-repos/puppet-repo"
alias cdsys="~/Uni.lu-repos/sysadmins-repo"
alias pass='eval `~/Uni.lu-repos/passwords-repo/.passrc` && pass'