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