summaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-22 09:03:06 +0800
committertypebrook <typebrook@gmail.com>2019-10-22 09:03:06 +0800
commitb10f6648aa10fab88441376432a08423c75a2a5d (patch)
tree384b7b013f212aed71e2cb33adabe21d2480ce23 /alias
parent2dc602738968ecd597a93bc3bcf1c0e19cd945e8 (diff)
update
Diffstat (limited to 'alias')
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 13b131a..f92702e 100644
--- a/alias
+++ b/alias
@@ -155,7 +155,7 @@ alias data-taiwan-village='curl -o village.zip -L http://data.moi.gov.tw/MoiOD/S
155# clipboard 155# clipboard
156alias xi='xsel -ib' 156alias xi='xsel -ib'
157alias xo='xsel -ob' 157alias xo='xsel -ob'
158alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo Copied the following: && xsel -ob ' 158alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && xsel -ob '
159alias xc='xsel -ob | gcc -xc -' 159alias xc='xsel -ob | gcc -xc -'
160 160
161# image 161# image