diff --git a/bashrc b/bashrc index 46c321b..5944438 100644 --- a/bashrc +++ b/bashrc @@ -118,6 +118,9 @@ 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 gst='git status' +alias gci='git commit' +alias push='git push' alias makew='make' alias mkae='make' diff --git a/ssh/config b/ssh/config index 0a820af..f48fc92 100644 --- a/ssh/config +++ b/ssh/config @@ -3,7 +3,7 @@ IdentityFile ~/.ssh/id_rsa.auth IdentityFile ~/.ssh/id_rsa.git IdentityFile ~/.ssh/id_dsa -Compression yes +###Compression yes host vi-di.fr port 1337