diff options
| author | typebrook <typebrook@gmail.com> | 2019-08-20 14:42:19 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-08-20 14:42:19 +0800 |
| commit | 23fc54d63889592e20e6accfde82959226bc1fd0 (patch) | |
| tree | 6e9db89c7bdf01b614c86c294ca2ff3de4ec8182 | |
| parent | c2aca68f15b3f3e15ac97441c1360d6586adb0bd (diff) | |
update
| -rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -130,6 +130,9 @@ alias todo='gist -r 5dd936e91d9ae75ad77084da762f5c11 todo > ~/gist/todo && \ | |||
| 130 | alias co='curl -O' | 130 | alias co='curl -O' |
| 131 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | 131 | alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' |
| 132 | 132 | ||
| 133 | # python | ||
| 134 | alias pip3='python3 -m pip' | ||
| 135 | |||
| 133 | # misc | 136 | # misc |
| 134 | alias gr='_grepString' | 137 | alias gr='_grepString' |
| 135 | _grepString() { | 138 | _grepString() { |