diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-06-25 15:56:02 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-06-25 15:56:02 +0800 |
commit | 904ec04491bc39f89e3cf6363edd6f51b93061e5 (patch) | |
tree | 20559479d908ce5046072754dc687d61e213014a /alias | |
parent | 17c5c470073701346d05524de3718340e606ab35 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ alias src="source $HOME/.$(basename $SHELL)rc" | |||
47 | alias ll='ls -alh' | 47 | alias ll='ls -alh' |
48 | llw() { which $1 | xargs ls -alh; } | 48 | llw() { which $1 | xargs ls -alh; } |
49 | alias hg='history | grep' | 49 | alias hg='history | grep' |
50 | alias rmrf='rm -rf' | 50 | alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf' |
51 | alias rr='_move_to_tmp' | 51 | alias rr='_move_to_tmp' |
52 | alias sound="echo -ne '\a'" | 52 | alias sound="echo -ne '\a'" |
53 | alias pst="pstree -ps $$" | 53 | alias pst="pstree -ps $$" |