diff --git a/.bash_aliases b/.bash_aliases index 561cadd..d49a0d6 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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'