diff options
author | typebrook <typebrook@gmail.com> | 2019-04-18 13:35:28 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-18 13:35:28 +0800 |
commit | 446b7f679f9570eb2220bfd68477bbaddff672e6 (patch) | |
tree | 2003a8f17902995cee771b57df5b1d67c29fc2dc /alias | |
parent | e3415855d8b71ce8be5c16b74d04fbce40160211 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -122,9 +122,11 @@ alias todo='gist -r 5dd936e91d9ae75ad77084da762f5c11 todo > ~/gist/todo && \ | |||
122 | vim ~/gist/todo && \ | 122 | vim ~/gist/todo && \ |
123 | gist -u 5dd936e91d9ae75ad77084da762f5c11 ~/gist/todo' | 123 | gist -u 5dd936e91d9ae75ad77084da762f5c11 ~/gist/todo' |
124 | 124 | ||
125 | # misc | 125 | # curl |
126 | alias co='curl -O' | 126 | alias co='curl -O' |
127 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | 127 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' |
128 | |||
129 | # misc | ||
128 | alias x='xdg-open' | 130 | alias x='xdg-open' |
129 | alias f='free -h' | 131 | alias f='free -h' |
130 | alias yl='youtube-dl' | 132 | alias yl='youtube-dl' |