some little things in bashrc

This commit is contained in:
Frank Villaro-Dixon 2013-09-04 12:50:08 +02:00
parent dfdd3ec551
commit ba96bcf3e3
3 changed files with 5 additions and 3 deletions

7
bashrc
View file

@ -91,8 +91,9 @@ alias ivm='vim'
alias gl='git log --graph --abbrev-commit --pretty=oneline --decorate'
alias gitst='git status'
alias git_mail='git send-email --annotate --compose origin'
alias poule='git pull'
alias makew='make'
alias BSI2='cd ~/Documents/UniGE/BSI2*/'
@ -147,7 +148,7 @@ function my_ssh
echo -e "$RED Please enter ssh passphrase ;) $DFT"
ssh-add ~/.ssh/id_rsa.auth
fi;
"/usr/bin/ssh" "$*"
"/usr/bin/ssh" $*
}
# }}}
@ -159,7 +160,7 @@ function my_scp
echo -e "$RED Please enter ssh passphrase ;) $DFT"
ssh-add ~/.ssh/id_rsa.auth
fi;
"/usr/bin/scp" "$*"
"/usr/bin/scp" $*
}
# }}}

View file

@ -15,3 +15,4 @@ them
encrypt
alu
EDF
RDV

Binary file not shown.