diff options
-rw-r--r-- | alias | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -423,7 +423,7 @@ alias clocg='cloc --vcs=git' | |||
423 | alias tma='tmux a' | 423 | alias tma='tmux a' |
424 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' | 424 | alias mm='mkvmerge -o out.webm -w 01.webm + 02.webm' |
425 | alias we='weechat' | 425 | alias we='weechat' |
426 | alias p8='ping 8.8.8.8' | 426 | alias p8='ping -c 3 8.8.8.8' |
427 | pbf() { | 427 | pbf() { |
428 | protoc --decode_raw | 428 | protoc --decode_raw |
429 | } | 429 | } |
@@ -486,7 +486,7 @@ alias cdpass='cd ~/.password-store' | |||
486 | alias p='pass' | 486 | alias p='pass' |
487 | alias pc='pass -c' | 487 | alias pc='pass -c' |
488 | alias pe='pass edit' | 488 | alias pe='pass edit' |
489 | alias pgc='pass generate -ic' | 489 | alias pgc='pass generate -c' |
490 | words() { | 490 | words() { |
491 | cat /usr/share/dict/usa | egrep "^[a-z]{4,8}$" | shuf | head -40 | xargs -n${1:-2} | 491 | cat /usr/share/dict/usa | egrep "^[a-z]{4,8}$" | shuf | head -40 | xargs -n${1:-2} |
492 | } | 492 | } |