diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-06-27 10:03:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-06-27 10:03:47 +0800 |
commit | 8cfb586fd69ecbce528f07889f1bd12a251c4ca0 (patch) | |
tree | 76466d14af254ec79f3c645c7c31ed9aa583f103 | |
parent | 17158ec66810e5248b14572b89b49b390b1ee333 (diff) | |
parent | 904ec04491bc39f89e3cf6363edd6f51b93061e5 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
-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 $$" |