diff options
| author | typebrook <typebrook@gmail.com> | 2020-05-06 09:13:22 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-05-06 09:13:22 +0800 |
| commit | 3973592ea4e00b85eec9fb1f01fdf6192c77895b (patch) | |
| tree | 2ddfa1427b7d77568e904abef5265530cf4a2dca /alias | |
| parent | 4925c0de026e6a9f3e639d068b80716bc43e45ee (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -39,6 +39,7 @@ alias ll='ls -alh' | |||
| 39 | alias hg='history | grep' | 39 | alias hg='history | grep' |
| 40 | alias rmrf='rm -rf' | 40 | alias rmrf='rm -rf' |
| 41 | alias rr='_move_to_tmp' | 41 | alias rr='_move_to_tmp' |
| 42 | alias sound="echo -ne '\a'" | ||
| 42 | cdp() { | 43 | cdp() { |
| 43 | [[ ! -d $1 ]] && mkdir -p $1 | 44 | [[ ! -d $1 ]] && mkdir -p $1 |
| 44 | cd $1 | 45 | cd $1 |