9 lines
221 B
Bash
9 lines
221 B
Bash
# Some great default aliases.
|
|
# Custom aliases should go to ${HOME}/.zsh-config.d/10-aliases.conf
|
|
# (or other file).
|
|
alias screen="TERM=xterm screen"
|
|
|
|
# Other
|
|
alias clocksync="sudo ntpdate 0.pool.ntp.org"
|
|
alias got="git"
|