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