diff options
author | typebrook <typebrook@gmail.com> | 2018-11-12 23:29:13 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-11-12 23:29:13 +0800 |
commit | bb21336a1fef7e5706a66b7b6ba765c573decbe3 (patch) | |
tree | 7d08b39aa912568f61467de1e8d9ef0e2db9add4 | |
parent | 20645ea54c47d45ef6af825505a2949583108045 (diff) |
update
-rw-r--r-- | .bash_aliases | 3 |
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' | |||
20 | alias stash='git stash' | 20 | alias stash='git stash' |
21 | alias commit='git commit' | 21 | alias commit='git commit' |
22 | alias branch='git branch' | 22 | alias branch='git branch' |
23 | alias pull='git pull' | ||
24 | alias fetch='git fetch' | ||
23 | 25 | ||
24 | # docker | 26 | # docker |
25 | alias dp='docker ps' | 27 | alias dp='docker ps' |
@@ -48,6 +50,7 @@ alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | |||
48 | alias x='xdg-open' | 50 | alias x='xdg-open' |
49 | alias f='free -h' | 51 | alias f='free -h' |
50 | alias yl='youtube-dl' | 52 | alias yl='youtube-dl' |
53 | alias raw='echo "https://raw.githubusercontent.com"' | ||
51 | 54 | ||
52 | # tmp | 55 | # tmp |
53 | alias geo='cd ~/git/geoBingAnWeb' | 56 | alias geo='cd ~/git/geoBingAnWeb' |