diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-09-14 00:32:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-09-14 00:32:41 +0800 |
commit | 4f9f71b7a99086581236fcefddc534d85c30e3e9 (patch) | |
tree | 64dc7af394eae91affd73a39800b29df486984ff | |
parent | f92b7a3b25818969309111318ad85961f4183ef8 (diff) |
Update
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -380,6 +380,7 @@ alias data.taiwan_county_code='curl --silent https://www.ris.gov.tw/documents/da | |||
380 | 380 | ||
381 | # clipboard | 381 | # clipboard |
382 | alias xi='xsel -ib' | 382 | alias xi='xsel -ib' |
383 | alias xii='`fc -ln -1` | head -1 | xsel -ib' | ||
383 | alias xo='xsel -ob' | 384 | alias xo='xsel -ob' |
384 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied to clipboard && xsel -ob' | 385 | alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied to clipboard && xsel -ob' |
385 | 386 | ||