diff options
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -29,7 +29,7 @@ fix() { | |||
| 29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) | 29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) |
| 30 | } | 30 | } |
| 31 | gicd() { | 31 | gicd() { |
| 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 | ||