zsh: aliases: remove old sp-aliases and make valgrind alias 'global'
This commit is contained in:
parent
a87988c36c
commit
cb93e83215
1 changed files with 1 additions and 5 deletions
|
|
@ -21,11 +21,6 @@ fi
|
|||
# ===== linux only
|
||||
if [[ $(uname) = 'Linux' ]]; then
|
||||
alias ls='ls --color=auto'
|
||||
alias valgrind='valgrind --leak-check=full --show-reachable=yes'
|
||||
alias sp1='cd /proj/i4sp1/ty28wuqu/trunk'
|
||||
alias sp2='cd /proj/i4sp2/ty28wuqu/trunk'
|
||||
alias submit1='/proj/i4sp1/bin/submit'
|
||||
alias submit2='/proj/i4sp2/bin/submit'
|
||||
fi
|
||||
|
||||
# ===== misc aliases
|
||||
|
|
@ -34,3 +29,4 @@ alias irc='ssh -t irc tmux attach'
|
|||
# ===== sp aliases
|
||||
alias xterm='xterm -fa terminus -fs 8'
|
||||
alias bim='vim +"set background=light"'
|
||||
alias valgrind='valgrind --leak-check=full --show-reachable=yes'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue