diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ todo() { | |||
28 | fix() { | 28 | fix() { |
29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) | 29 | ( which $1 ) && grep -Po 'FIXME.*' $(which $1) |
30 | } | 30 | } |
31 | gicd() { | ||
32 | dir=$(gist $1 | tee /dev/tty | head -1) | ||
33 | [[ -d $dir ]] && cd $dir | ||
34 | } | ||
31 | 35 | ||
32 | # shell | 36 | # shell |
33 | alias src="source $HOME/.$(basename $SHELL)rc" | 37 | alias src="source $HOME/.$(basename $SHELL)rc" |