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

[bash] New aliases

This commit is contained in:
Hyacinthe Cartiaux 2017-05-22 10:50:35 +02:00
parent 96790c5f34
commit 3efa85e70d

View file

@ -39,6 +39,7 @@ if [ "$UNAME" = Linux ]; then
fi
alias vi='vim'
alias bim='vim'
# Mandatory aliases to confirm destructive operations
alias cp='cp -iv'
@ -83,6 +84,7 @@ cpold() {
alias ssha="ssh-add"
alias cdpuppet="cd ~/repos/ulhpc_puppet/puppet-repo"
alias cdsys="~/repos/ulhpc_gitolite/sysadmins-repo"
alias cdsysn="~/repos/ulhpc_gitlab/ULHPC/sysadmins"
pass() {
curdir="$(pwd)"
cd ~/repos/ulhpc_gitolite/new-passwords-repo