Add xkcdpass alias

This commit is contained in:
Tobias Reisinger 2021-01-04 16:34:53 +01:00
parent 414e581562
commit ed36b0727e

View file

@ -21,6 +21,8 @@ alias grep='grep --color=auto'
alias hist-grep='history 0 | grep '
alias j='jump'
alias ls='ls -Flh --color=auto'
alias lsblk='lsblk -o +PARTLABEL -o +FSTYPE'
@ -35,9 +37,10 @@ alias rm='rm -I --one-file-system -v'
alias sudo='sudo '
alias xkcdpass='xkcdpass --numwords=13 --delimiter=_ --case=capitalize'
### conditionals
[ -x "$(command -v bat)" ] && alias cat='bat -pp'
[ -x "$(command -v exa)" ] && alias ls='exa -lh --git --icons'
[ -x "$(command -v exa)" ] && alias la='exa -lah --git --icons'