diff options
author | typebrook <typebrook@gmail.com> | 2020-04-13 10:16:20 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-04-13 10:16:20 +0800 |
commit | 3b5d402655cc29ff5643f59fa0ea68a22cb88559 (patch) | |
tree | aae88e59a9bc9f992d6baf263debf3314de491d0 /alias | |
parent | 6d7eac6edc69a5ccc799525b64c2731ce4129771 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -28,12 +28,7 @@ fix() { | |||
28 | which $1 && grep -Po 'FIXME.*' $(which $1) | 28 | which $1 && grep -Po 'FIXME.*' $(which $1) |
29 | } | 29 | } |
30 | alias g='gist' | 30 | alias g='gist' |
31 | alias gs='gist star' | ||
32 | alias gl='gist last' | 31 | alias gl='gist last' |
33 | alias gg='gist grep' | ||
34 | alias gt='gist tag' | ||
35 | alias gtt='gist tags' | ||
36 | alias gd='gist detail' | ||
37 | 32 | ||
38 | # shell | 33 | # shell |
39 | alias path="echo $PATH" | 34 | alias path="echo $PATH" |