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