From 16d64c8452a0d503c1cc26430c38188066840313 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 5 Nov 2024 19:42:31 -0500 Subject: [PATCH] Switch "fastfetch" alias to emulate "neofetch" rather than "paleofetch" --- config-files/zshrc | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config-files/zshrc b/config-files/zshrc index 8874bd4..fb2ec9f 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -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' diff --git a/install.sh b/install.sh index 35565db..c52a646 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated November 05, 2024 \(rev. A\) +echo Last updated November 05, 2024 \(rev. B\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"