aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias5
1 files changed, 1 insertions, 4 deletions
diff --git a/alias b/alias
index 4f2140e..c70606a 100644
--- a/alias
+++ b/alias
@@ -27,10 +27,7 @@ todo() {
27fix() { 27fix() {
28 which $1 && grep -Po 'FIXME.*' $(which $1) 28 which $1 && grep -Po 'FIXME.*' $(which $1)
29} 29}
30gi() { 30alias g='gist'
31 dir=$(gist $1 --no-action)
32 [[ -d $dir ]] && cd $dir
33}
34 31
35# shell 32# shell
36alias src="source $HOME/.$(basename $SHELL)rc" 33alias src="source $HOME/.$(basename $SHELL)rc"