aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-07 12:56:24 +0800
committertypebrook <typebrook@gmail.com>2020-02-07 12:56:24 +0800
commit8213c4ec0b6c37bf2ef62f9d3f0a15ba5ce08ced (patch)
treea5f38c2c4d82a8890a63f791c568e7711037ad2d /alias
parent463004df769a2bae5cfea5f85c262fc13c70fbbe (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias4
1 files changed, 2 insertions, 2 deletions
diff --git a/alias b/alias
index 0cdf84f..23e1c7e 100644
--- a/alias
+++ b/alias
@@ -38,8 +38,8 @@ alias src="source $HOME/.$(basename $SHELL)rc"
38alias ll='ls -alh' 38alias ll='ls -alh'
39alias hg='history | grep' 39alias hg='history | grep'
40alias rmrf='rm -rf' 40alias rmrf='rm -rf'
41alias rr='move_to_tmp' 41alias rr='_move_to_tmp'
42move_to_tmp() { 42_move_to_tmp() {
43 mv $@ /tmp 43 mv $@ /tmp
44} 44}
45prompt() { 45prompt() {