diff options
author | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-04 11:26:45 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@topo.tw> | 2023-01-04 11:26:45 +0800 |
commit | d474d957e5e73db003bfac68dd3a35395d2e7e55 (patch) | |
tree | 150b996dbbcd996d420cc186c81b11b3452b546c /alias | |
parent | 82294abee347a532f0d37775144fe16d85fdf369 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -504,18 +504,10 @@ alias tkrc='vim ~/.taskrc' | |||
504 | alias cdtk='cd ~/.task' | 504 | alias cdtk='cd ~/.task' |
505 | alias tt='taskwarrior-tui' | 505 | alias tt='taskwarrior-tui' |
506 | 506 | ||
507 | # upload with 0x0.st | ||
508 | up() { | ||
509 | curl -F"file=@${1}" http://0x0.st | ||
510 | #curl -F "file=@${1}" https://api.anonfiles.com/upload | ||
511 | } | ||
512 | short() { | ||
513 | curl -F"shorten=${1}" http://0x0.st | ||
514 | } | ||
515 | |||
516 | # pass | 507 | # pass |
517 | alias chp='tig -C ~/.password-store' | 508 | alias chp='tig -C ~/.password-store' |
518 | alias cdpass='cd ~/.password-store' | 509 | alias cdpass='cd ~/.password-store' |
510 | alias chpass='tig -C ~/.password-store' | ||
519 | alias p='pass' | 511 | alias p='pass' |
520 | alias pc='pass -c' | 512 | alias pc='pass -c' |
521 | alias pe='pass edit' | 513 | alias pe='pass edit' |