aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2018-11-12 23:29:13 +0800
committertypebrook <typebrook@gmail.com>2018-11-12 23:29:13 +0800
commitbb21336a1fef7e5706a66b7b6ba765c573decbe3 (patch)
tree7d08b39aa912568f61467de1e8d9ef0e2db9add4
parent20645ea54c47d45ef6af825505a2949583108045 (diff)
update
-rw-r--r--.bash_aliases3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
index 65ff3ec..1e5a7d0 100644
--- a/.bash_aliases
+++ b/.bash_aliases
@@ -20,6 +20,8 @@ alias gs='git stash'
20alias stash='git stash' 20alias stash='git stash'
21alias commit='git commit' 21alias commit='git commit'
22alias branch='git branch' 22alias branch='git branch'
23alias pull='git pull'
24alias fetch='git fetch'
23 25
24# docker 26# docker
25alias dp='docker ps' 27alias dp='docker ps'
@@ -48,6 +50,7 @@ alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf'
48alias x='xdg-open' 50alias x='xdg-open'
49alias f='free -h' 51alias f='free -h'
50alias yl='youtube-dl' 52alias yl='youtube-dl'
53alias raw='echo "https://raw.githubusercontent.com"'
51 54
52# tmp 55# tmp
53alias geo='cd ~/git/geoBingAnWeb' 56alias geo='cd ~/git/geoBingAnWeb'