diff options
| author | typebrook <typebrook@gmail.com> | 2019-08-23 21:15:16 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-08-23 21:15:16 +0800 |
| commit | 17ca0c2563b20dc4504ecd6c8bd6293d7e9a9430 (patch) | |
| tree | 9a032eeb853640829f552706bb8fc9781812cccf | |
| parent | cfda0222fcd5129d442da87a98f435f711ca13b5 (diff) | |
update
| -rw-r--r-- | alias | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -132,6 +132,10 @@ alias taiwan='curl -O http://download.geofabrik.de/asia/taiwan-latest.osm.pbf' | |||
| 132 | # python | 132 | # python |
| 133 | alias pip3='python3 -m pip' | 133 | alias pip3='python3 -m pip' |
| 134 | 134 | ||
| 135 | # xsel | ||
| 136 | alias xo='xsel -ob' | ||
| 137 | alias xi='xsel -ib' | ||
| 138 | |||
| 135 | # misc | 139 | # misc |
| 136 | alias gr='_grepString' | 140 | alias gr='_grepString' |
| 137 | _grepString() { | 141 | _grepString() { |