Add wh=which alias

This commit is contained in:
ItsDrike 2024-02-17 23:11:01 +01:00
parent 9bade74f02
commit 2d77f7d95c
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0

View file

@ -242,6 +242,7 @@ alias nf='neofetch'
alias hist='fc -lt "$HISTTIMEFORMAT" 1'
alias sudovim='sudoedit'
alias cls='clear'
alias wh='which'
# Kitty terminal kitten shorthands
if [ "$TERM" = "xterm=kitty" ]; then