diff options
author | typebrook <typebrook@gmail.com> | 2019-10-07 08:29:46 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-07 08:29:46 +0800 |
commit | b6d080e185390a5ec6ccce3b3033bb041ca1701d (patch) | |
tree | 6f328e082eeabc5b17aff4c4a3119fd2e79c2381 | |
parent | 6da6d0acc4af98b2977f4dd1704f3b71c5171cf4 (diff) |
update
-rw-r--r-- | alias | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,7 @@ alias data-taiwan-village='curl -o village.zip -L http://data.moi.gov.tw/MoiOD/S | |||
154 | alias xi='xsel -ib' | 154 | alias xi='xsel -ib' |
155 | alias xo='xsel -ob' | 155 | alias xo='xsel -ob' |
156 | alias xc='xsel -ob | gcc -xc -' | 156 | alias xc='xsel -ob | gcc -xc -' |
157 | alias xl='history | tail -2 | head -1 | grep -oP "^\s[0-9]+\s\s\K.*" | xsel -ib && echo Copied the following: && xsel -ob ' | ||
157 | 158 | ||
158 | # misc | 159 | # misc |
159 | alias gr='_grepString' | 160 | alias gr='_grepString' |
@@ -188,6 +189,7 @@ alias cdS='cd ~/git/StreetComplete' | |||
188 | alias cdW='cd ~/git/geoBingAnWeb' | 189 | alias cdW='cd ~/git/geoBingAnWeb' |
189 | alias and='cd ~/git/geoBingAn.Android' | 190 | alias and='cd ~/git/geoBingAn.Android' |
190 | alias cdG='cd ~/git/git' | 191 | alias cdG='cd ~/git/git' |
192 | alias cdp='cd ~/git/parse-style' | ||
191 | 193 | ||
192 | repo='git@github.com' | 194 | repo='git@github.com' |
193 | hub='https://github.com' | 195 | hub='https://github.com' |