mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add wh=which alias
This commit is contained in:
parent
9bade74f02
commit
2d77f7d95c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue