diff options
author | Joe <rbo@gmx.us> | 2024-01-11 17:29:17 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-11 17:29:17 +0100 |
commit | 9c4ebbfd40e43ac8ab9d256d90b384889b5f0d00 (patch) | |
tree | c531ceb6c0f67a2b76fe12327ce5143701a617a9 | |
parent | up (diff) | |
download | dotfiles-bsd-9c4ebbfd40e43ac8ab9d256d90b384889b5f0d00.tar.gz dotfiles-bsd-9c4ebbfd40e43ac8ab9d256d90b384889b5f0d00.tar.bz2 dotfiles-bsd-9c4ebbfd40e43ac8ab9d256d90b384889b5f0d00.tar.xz dotfiles-bsd-9c4ebbfd40e43ac8ab9d256d90b384889b5f0d00.tar.zst dotfiles-bsd-9c4ebbfd40e43ac8ab9d256d90b384889b5f0d00.zip |
bsdred
-rw-r--r-- | .config/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 7e7a8ad..4e2e20a 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -22,8 +22,8 @@ HISTFILE=$XDG_CONFIG_HOME/zsh/history case $(hostname -s) in mother|po-rbo) os_color='\e[1;34m' - prompt_main="blue" - prompt_alt="cyan" + prompt_main="red" + prompt_alt="blue" ;; mars) os_color='\e[1;31m' |