diff options
| -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' |