summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-01 00:09:05 +0800
committertypebrook <typebrook@gmail.com>2020-02-01 00:09:05 +0800
commitc852e6f4cee5cb953800a7db658876ff8e4c7a73 (patch)
tree992d2ff9ec48f6e91191a6d6d36731a698665713
parentb83f792e4546f60f0e3c7acb13a2f9c7671cd14a (diff)
update
-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"