diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-18 11:48:43 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-18 11:48:43 +0800 |
commit | a0a8c184f0755926c50f11587740703204f143ae (patch) | |
tree | e2bf2d6220115e0191c2f7997119410d7b5ad545 /alias | |
parent | a1d2d4b5b4c87e9c58929acb75e23ca4aad54b8b (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ alias ll='ls -lh' | |||
72 | alias lla='ls -lha' | 72 | alias lla='ls -lha' |
73 | llw() { which $1 | xargs ls -alh; } | 73 | llw() { which $1 | xargs ls -alh; } |
74 | alias hg='history | grep' | 74 | alias hg='history | grep' |
75 | rmrf() { mv $1 /tmp/; } | 75 | rmrf() { mv $@ /tmp/; } |
76 | alias rr='_move_to_tmp' | 76 | alias rr='_move_to_tmp' |
77 | alias sound="echo -ne '\a'" | 77 | alias sound="echo -ne '\a'" |
78 | pst(){ pstree -ps ${1:-$$}; } | 78 | pst(){ pstree -ps ${1:-$$}; } |