diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-03 12:14:40 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-07-03 12:14:40 +0800 |
commit | 71f9699dab46ec6d43fe0f54f3a152bdab47d7a2 (patch) | |
tree | 2f349aca85dca84a34d8b10f4c2dda9985f96f40 /alias | |
parent | 8e95ffa097860ea38a74fcb8305a50c479d9ef0c (diff) |
Add alias for xkb
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -502,6 +502,7 @@ alias cdma='cd ~/git/mapstew-android' | |||
502 | alias cdT='cd ~/git/tilemaker' | 502 | alias cdT='cd ~/git/tilemaker' |
503 | alias stew='cd ~/git/mapstew' | 503 | alias stew='cd ~/git/mapstew' |
504 | alias vc='vultr-cli' | 504 | alias vc='vultr-cli' |
505 | alias xkb='cd $SETTING_DIR && make xkb' | ||
505 | alias thsr='curl -L google.com >/tmp/foo.html && xdg-open /tmp/foo.html' | 506 | alias thsr='curl -L google.com >/tmp/foo.html && xdg-open /tmp/foo.html' |
506 | #hugo(){ | 507 | #hugo(){ |
507 | # docker run --rm \ | 508 | # docker run --rm \ |