aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-04-13 10:16:20 +0800
committertypebrook <typebrook@gmail.com>2020-04-13 10:16:20 +0800
commit3b5d402655cc29ff5643f59fa0ea68a22cb88559 (patch)
treeaae88e59a9bc9f992d6baf263debf3314de491d0 /alias
parent6d7eac6edc69a5ccc799525b64c2731ce4129771 (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias5
1 files changed, 0 insertions, 5 deletions
diff --git a/alias b/alias
index 0ea2217..77edb37 100644
--- a/alias
+++ b/alias
@@ -28,12 +28,7 @@ fix() {
28 which $1 && grep -Po 'FIXME.*' $(which $1) 28 which $1 && grep -Po 'FIXME.*' $(which $1)
29} 29}
30alias g='gist' 30alias g='gist'
31alias gs='gist star'
32alias gl='gist last' 31alias gl='gist last'
33alias gg='gist grep'
34alias gt='gist tag'
35alias gtt='gist tags'
36alias gd='gist detail'
37 32
38# shell 33# shell
39alias path="echo $PATH" 34alias path="echo $PATH"