diff options
author | typebrook <typebrook@gmail.com> | 2020-05-21 23:15:39 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-05-21 23:15:39 +0800 |
commit | 012b80c531bebcc021d5b35db66979e8fc15bf75 (patch) | |
tree | b10ea017f3be2dfe5b0db54d1d280767a2b80d0f | |
parent | 1f36697104658d4454ce1bbcd5318d7fe13da25e (diff) |
update
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ alias path="echo $PATH" | |||
37 | alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" | 37 | alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" |
38 | alias src="source $HOME/.$(basename $SHELL)rc" | 38 | alias src="source $HOME/.$(basename $SHELL)rc" |
39 | alias ll='ls -alh' | 39 | alias ll='ls -alh' |
40 | llw() { ll $(which $1); } | ||
40 | alias hg='history | grep' | 41 | alias hg='history | grep' |
41 | alias rmrf='rm -rf' | 42 | alias rmrf='rm -rf' |
42 | alias rr='_move_to_tmp' | 43 | alias rr='_move_to_tmp' |