feat: update aliases
remove university aliases for SSH customize unimatrix (cyan -> green)
This commit is contained in:
parent
448e9613a0
commit
ae2227f468
@ -2,6 +2,8 @@
|
|||||||
# sourced at launch
|
# sourced at launch
|
||||||
|
|
||||||
alias cp='cp -v'
|
alias cp='cp -v'
|
||||||
|
alias mv='mv -v'
|
||||||
|
alias rm='rm -v'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias ll='ls -lh'
|
alias ll='ls -lh'
|
||||||
@ -10,12 +12,10 @@ alias bulkrename='\ls | $EDITOR - -c ":%s/.*/mv -i & &/g"'
|
|||||||
alias backup='rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /'
|
alias backup='rsync -aAXv --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} /'
|
||||||
alias printenv='printenv | sort'
|
alias printenv='printenv | sort'
|
||||||
alias gu='git fetch upstream && git merge upstream/master'
|
alias gu='git fetch upstream && git merge upstream/master'
|
||||||
alias unimatrix='unimatrix -a -f -c=cyan -s=95'
|
alias unimatrix='unimatrix -a -f -s=95'
|
||||||
alias untar='tar -zxvf'
|
alias untar='tar -zxvf'
|
||||||
alias root@site='ssh root@davidjulien.xyz'
|
alias root@site='ssh root@davidjulien.xyz'
|
||||||
alias swytch@site='ssh swytch@davidjulien.xyz'
|
alias swytch@site='ssh swytch@davidjulien.xyz'
|
||||||
alias @webapps='ssh p1926178@192.168.75.57'
|
|
||||||
alias @projet='ssh p1926178@192.168.74.198'
|
|
||||||
alias dotfiles='/usr/bin/git --git-dir=$DOTFILES --work-tree=$HOME'
|
alias dotfiles='/usr/bin/git --git-dir=$DOTFILES --work-tree=$HOME'
|
||||||
alias abcde='abcde -c $XDG_CONFIG_HOME/abcde/config'
|
alias abcde='abcde -c $XDG_CONFIG_HOME/abcde/config'
|
||||||
alias abook='abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile "$XDG_DATA_HOME"/abook/addressbook'
|
alias abook='abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile "$XDG_DATA_HOME"/abook/addressbook'
|
||||||
|
Reference in New Issue
Block a user