Add xkcdpass alias
This commit is contained in:
parent
414e581562
commit
ed36b0727e
1 changed files with 4 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue