diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-05 11:24:24 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-05-05 11:24:24 +0800 |
commit | 8ac904277c94ac81642f22fb4ddbdc4ca0a1ac6a (patch) | |
tree | 020341ee2e0e473999dd6a37928ccf6a4b5598b7 /alias | |
parent | 3dc48bf9a8023863db66bc066cdf5d0c41a6fffb (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ alias hg='history | grep' | |||
49 | alias rmrf='rm -rf' | 49 | alias rmrf='rm -rf' |
50 | alias rr='_move_to_tmp' | 50 | alias rr='_move_to_tmp' |
51 | alias sound="echo -ne '\a'" | 51 | alias sound="echo -ne '\a'" |
52 | alias pst="pstree -ps $$" | ||
52 | cdp() { | 53 | cdp() { |
53 | [[ ! -d $1 ]] && mkdir -p $1 | 54 | [[ ! -d $1 ]] && mkdir -p $1 |
54 | cd $1 | 55 | cd $1 |