Switch "fastfetch" alias to emulate "neofetch" rather than "paleofetch"

This commit is contained in:
2024-11-05 19:42:31 -05:00
parent b6e7ac679f
commit 16d64c8452
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ bindkey "^L" zsh-redraw
# Stock aliases
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias fastfetch='fastfetch -c paleofetch'
alias fastfetch='fastfetch -c neofetch'
alias orphans='doas pacman -Rcns $(pacman -Qqdt)'
alias powersave='doas /usr/local/bin/powerset.sh powersave'
alias performance='doas /usr/local/bin/powerset.sh performance'