From c203fa8edea5934db90a7fea1723ac7a35201c26 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 25 Jan 2025 13:37:32 -0500 Subject: [PATCH] Add return code to zsh shell prompt --- 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 fb2ec9f..597a386 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -10,7 +10,7 @@ bindkey -e zstyle :compinstall filename "/home/$USER/.zshrc" autoload -Uz compinit compinit -d "$XDG_CACHE_HOME"/zcompdump -PS1='%F{cyan}%n%f@%F{cyan}%m:%f%1~%f%F{cyan}|%#%f ' +PS1='%F{yellow}%?%F{cyan}|%n%f@%F{cyan}%m:%f%1~%f%F{cyan}|%#%f ' source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey '^[[H' beginning-of-line diff --git a/install.sh b/install.sh index e72332f..7a0fb56 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s Artix Install Script -echo Last updated December 29, 2024 \(rev. A\) +echo Last updated January 25, 2025 \(rev. A\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"