summaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-05 13:57:21 +0800
committertypebrook <typebrook@gmail.com>2020-02-05 13:57:21 +0800
commit03bc8c4edcb61502649ac28ef254b2608c20b988 (patch)
treeb9f359fb66f3740193380077413dd80172baab31 /alias
parenta7a4eeb40cd5780bdcbc36bf9c85e558846aead5 (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 1d839e4..a5e8461 100644
--- a/alias
+++ b/alias
@@ -29,7 +29,7 @@ fix() {
29 ( which $1 ) && grep -Po 'FIXME.*' $(which $1) 29 ( which $1 ) && grep -Po 'FIXME.*' $(which $1)
30} 30}
31gicd() { 31gicd() {
32 dir=$(gist $1 | tee /dev/tty | head -1) 32 dir=$(gist $1 --no-action)
33 [[ -d $dir ]] && cd $dir 33 [[ -d $dir ]] && cd $dir
34} 34}
35 35