aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-05-05 10:37:54 +0800
committertypebrook <typebrook@gmail.com>2020-05-05 10:37:54 +0800
commit4925c0de026e6a9f3e639d068b80716bc43e45ee (patch)
tree169efee74dc4ca1cd8f17f93852bff1e9fff01cb
parentd0523bc742f7f3ff048939644e5e173757d68143 (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 98157a9..aa07029 100644
--- a/alias
+++ b/alias
@@ -33,7 +33,7 @@ alias gl='gist last'
33 33
34# shell 34# shell
35alias path="echo $PATH" 35alias path="echo $PATH"
36alias fd="ls -l /proc/$$/fd" 36alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd"
37alias src="source $HOME/.$(basename $SHELL)rc" 37alias src="source $HOME/.$(basename $SHELL)rc"
38alias ll='ls -alh' 38alias ll='ls -alh'
39alias hg='history | grep' 39alias hg='history | grep'