aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-01-07 11:53:34 +0800
committertypebrook <typebrook@gmail.com>2019-01-07 11:53:34 +0800
commitc69d72d595e6b88366bb71d0bdee19dab0ddeee3 (patch)
tree0bfdc4de3abd49c3bc6f90a5aa783fa5f915f8c5
parent10368479e3e169c79d7574dc3f7cc37e8e39f8b5 (diff)
update
-rw-r--r--.bash_aliases6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
index 970b897..58469b3 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -76,6 +76,12 @@ alias f='free -h'
76alias yl='youtube-dl' 76alias yl='youtube-dl'
77alias raw='echo "https://raw.githubusercontent.com"' 77alias raw='echo "https://raw.githubusercontent.com"'
78alias nl='PS1="$PS1\n"' 78alias nl='PS1="$PS1\n"'
79alias note='gist -r 5dd936e91d9ae75ad77084da762f5c11 note > ~/NOTE/note && \
80 vim ~/NOTE/note && \
81 gist -u 5dd936e91d9ae75ad77084da762f5c11 ~/NOTE/note'
82alias todo='gist -r 5dd936e91d9ae75ad77084da762f5c11 todo > ~/NOTE/todo && \
83 vim ~/NOTE/todo && \
84 gist -u 5dd936e91d9ae75ad77084da762f5c11 ~/NOTE/todo'
79 85
80# tmp 86# tmp
81alias geo='cd ~/git/geoBingAnWeb' 87alias geo='cd ~/git/geoBingAnWeb'