diff options
author | typebrook <typebrook@gmail.com> | 2020-02-07 08:28:36 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-07 08:28:36 +0800 |
commit | 93fb60d0e3c184cecdb96a3e4bd4aef1755cec2f (patch) | |
tree | f3ea8b44863654c55dd24098af2c7ec495b608f1 /alias | |
parent | 63b3579c9eee8647211887e777a638a04bac50b0 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ todo() { | |||
28 | fix() { | 28 | fix() { |
29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) | 29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) |
30 | } | 30 | } |
31 | cdgi() { | 31 | gi() { |
32 | dir=$(gist $1 --no-action) | 32 | dir=$(gist $1 --no-action) |
33 | [[ -d $dir ]] && cd $dir | 33 | [[ -d $dir ]] && cd $dir |
34 | } | 34 | } |