Update shell aliases

This commit is contained in:
2025-07-29 20:36:41 +02:00
parent 88a403e720
commit b8011a4298
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,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 -f $(find /usr/share/cowsay/cows -type f | shuf -n 1)'
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 ghc='stack ghc'
alias ghci='stack ghci'