From 19d934b3f4434a2026f939359c075ec47597eab0 Mon Sep 17 00:00:00 2001 From: Inkletblot Date: Thu, 25 Feb 2021 20:03:58 +1030 Subject: [PATCH] updated fish prompt a little --- .config/fish/config.fish | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 15f7de3..2a3537d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -86,14 +86,14 @@ function fish_prompt set -g whitespace ' ' if test $last_status = 0 - set initial_indicator "$green*" - set status_indicator "$green>" + set initial_indicator "$green@" + set status_indicator "$green-:" else - set initial_indicator "$red x $last_status" - set status_indicator "$red>" + set initial_indicator "$red $last_status x" + set status_indicator "$red:-" end - set -l cwd $green(hostname) " > " $cyan(pwd) + set -l cwd $green(hostname) " -> " $cyan(pwd) # set -l cwd $cyan(pwd)