Update bash aliases

This commit is contained in:
2025-08-30 21:46:50 +02:00
parent a5c0b71e8b
commit 2c8cf0dc9c

View File

@ -3,7 +3,7 @@ alias cat='bat'
alias clean-aurutils-cache='find ~/.cache/aurutils/sync -type d -name .git -execdir git clean -xi \;'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias cookie='fortune /usr/share/fortune/asoiaf /usr/share/fortune/startrek | cowthink | lolcat -p 2.0 -F 0.3 -a -d 1'
alias fastfetch='hyfetch'
alias fastfetch='hyfetch --distro=arch'
alias ghc='stack ghc'
alias ghci='stack ghci'
alias hoogle='stack hoogle'