aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 76acda7..0cdf84f 100644
--- a/alias
+++ b/alias
@@ -28,7 +28,7 @@ todo() {
28fix() { 28fix() {
29 ( which $1 ) && grep -Po 'FIXME.*' $(which $1) 29 ( which $1 ) && grep -Po 'FIXME.*' $(which $1)
30} 30}
31cdgi() { 31gi() {
32 dir=$(gist $1 --no-action) 32 dir=$(gist $1 --no-action)
33 [[ -d $dir ]] && cd $dir 33 [[ -d $dir ]] && cd $dir
34} 34}