diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-10 23:43:04 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-10-10 23:43:04 +0800 |
| commit | 64a5914eae8c987739460ffafc79822dfb05b8ed (patch) | |
| tree | d9d17fbb24e73d88173cc97f0375bb6d5abaf52e /alias | |
| parent | 9d4a886d684ab8694198816a17534231c7033d34 (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -331,7 +331,6 @@ alias tma='tmux a' | |||
| 331 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 331 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
| 332 | alias we='weechat' | 332 | alias we='weechat' |
| 333 | alias p8='ping 8.8.8.8' | 333 | alias p8='ping 8.8.8.8' |
| 334 | alias pg='ping google.com' | ||
| 335 | pbf() { | 334 | pbf() { |
| 336 | protoc --decode_raw | 335 | protoc --decode_raw |
| 337 | } | 336 | } |
| @@ -386,7 +385,7 @@ short() { | |||
| 386 | } | 385 | } |
| 387 | 386 | ||
| 388 | # pass | 387 | # pass |
| 389 | alias cdpass='cd ~/.password-store' | 388 | alias chp='tig -C ~/.password-store' |
| 390 | alias p='pass' | 389 | alias p='pass' |
| 391 | alias pc='pass -c' | 390 | alias pc='pass -c' |
| 392 | alias pgc='pass generate -c' | 391 | alias pgc='pass generate -c' |