diff --git a/config-files/zshrc b/config-files/zshrc index ae13027..b89c032 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -44,6 +44,7 @@ bindkey "^L" zsh-redraw # aliases alias ls='ls --color=auto' +alias grep='grep --color=auto' 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 56995ec..4160bde 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated january 13, 2024 \(rev. A\) +echo last updated january 22, 2024 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"