diff --git a/bashrc b/bashrc index e1b2935..5d9e0f0 100644 --- a/bashrc +++ b/bashrc @@ -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" $* } # }}} diff --git a/vim/spell/fr.utf-8.add b/vim/spell/fr.utf-8.add index 76741db..a79c70f 100644 --- a/vim/spell/fr.utf-8.add +++ b/vim/spell/fr.utf-8.add @@ -15,3 +15,4 @@ them encrypt alu EDF +RDV diff --git a/vim/spell/fr.utf-8.add.spl b/vim/spell/fr.utf-8.add.spl index 1fc7c51..4a16763 100644 Binary files a/vim/spell/fr.utf-8.add.spl and b/vim/spell/fr.utf-8.add.spl differ