diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-06 11:27:47 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-06 11:27:47 +0800 |
| commit | 3fc82e287dded0a77c0ce6a6356050b7814956e2 (patch) | |
| tree | ba4e6a5c0a0768838fc579733351c3b098fe4947 /alias | |
| parent | 53065c46a5c72c247cec1e07284a49c8f6878df5 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -216,7 +216,7 @@ alias data_taiwan_county_code='curl --silent https://www.ris.gov.tw/documents/da | |||
| 216 | # clipboard | 216 | # clipboard |
| 217 | alias xi='xsel -ib' | 217 | alias xi='xsel -ib' |
| 218 | alias xo='xsel -ob' | 218 | alias xo='xsel -ob' |
| 219 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && xsel -ob ' | 219 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied to clipboard && xsel -ob' |
| 220 | alias xll='xo >> ~/vimwiki/working.md' | 220 | alias xll='xo >> ~/vimwiki/working.md' |
| 221 | alias xc='xsel -ob | gcc -xc -' | 221 | alias xc='xsel -ob | gcc -xc -' |
| 222 | 222 | ||