diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-03 21:17:47 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-03 21:17:47 +0800 |
commit | cf0cb5749829c29083234c15b46dc2b17f5681a2 (patch) | |
tree | d32db03f0b2212e12061c06da352fa4f2c13bb83 | |
parent | 1ecab777da8245e61010ad5af231695cd3e4f96b (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,6 @@ alias sshconfig='vim ~/.ssh/config' | |||
13 | alias cdconfig='cd ~/config' | 13 | alias cdconfig='cd ~/config' |
14 | alias txconfig='vim ~/.tmux.conf' | 14 | alias txconfig='vim ~/.tmux.conf' |
15 | alias log="cat $SETTING_DIR/log | grep '`date +'%b %d'`'" | 15 | alias log="cat $SETTING_DIR/log | grep '`date +'%b %d'`'" |
16 | alias xa='xargs' | ||
17 | 16 | ||
18 | # vim | 17 | # vim |
19 | alias v='vim' | 18 | alias v='vim' |
@@ -66,6 +65,7 @@ alias rr='_move_to_tmp' | |||
66 | alias sound="echo -ne '\a'" | 65 | alias sound="echo -ne '\a'" |
67 | alias pst="pstree -ps $$" | 66 | alias pst="pstree -ps $$" |
68 | alias duu='du -hd 1 . | sort -hr' | 67 | alias duu='du -hd 1 . | sort -hr' |
68 | alias xa='xargs' | ||
69 | cdp() { | 69 | cdp() { |
70 | [[ ! -d $1 ]] && mkdir -p $1 | 70 | [[ ! -d $1 ]] && mkdir -p $1 |
71 | cd $1 | 71 | cd $1 |