diff options
-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() { |