aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-06-25 15:56:02 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-06-25 15:56:02 +0800
commit904ec04491bc39f89e3cf6363edd6f51b93061e5 (patch)
tree20559479d908ce5046072754dc687d61e213014a /alias
parent17c5c470073701346d05524de3718340e606ab35 (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index ab8b5a3..1a4f244 100644
--- a/alias
+++ b/alias
@@ -47,7 +47,7 @@ alias src="source $HOME/.$(basename $SHELL)rc"
47alias ll='ls -alh' 47alias ll='ls -alh'
48llw() { which $1 | xargs ls -alh; } 48llw() { which $1 | xargs ls -alh; }
49alias hg='history | grep' 49alias hg='history | grep'
50alias rmrf='rm -rf' 50alias rmrf='[[ `pwd` =~ ^$HOME.* ]] && [[ ! $PATH =~ `pwd` ]] && rm -rf'
51alias rr='_move_to_tmp' 51alias rr='_move_to_tmp'
52alias sound="echo -ne '\a'" 52alias sound="echo -ne '\a'"
53alias pst="pstree -ps $$" 53alias pst="pstree -ps $$"