From 04477e54f9f9d6229236147fcb425848e47946f4 Mon Sep 17 00:00:00 2001 From: Daniele Fucini Date: Thu, 20 Mar 2025 09:36:27 +0100 Subject: [PATCH] Update aliases --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 3a1201c..745b714 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,7 +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 cookie='fortune /usr/share/fortune/asoiaf /usr/share/fortune/startrek | cowthink -f $(find /usr/share/cowsay/cows -type f | shuf -n 1)' alias fastfetch='hyfetch' alias ghc='stack ghc' alias ghci='stack ghci'