Update aliases and fish config

This commit is contained in:
2025-03-17 21:26:11 +01:00
parent 749fed5a49
commit b51f6da369
2 changed files with 2 additions and 1 deletions

View File

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