From 3596b2d1bf3cacf41c0c2a7f8da9a57403ae9e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 26 Dec 2019 17:13:32 +0100 Subject: [PATCH] [fish] Update newline prompt. --- fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/config.fish b/fish/config.fish index 9af1330..a1787ff 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -10,6 +10,7 @@ if test (uname) != "Darwin" end set -g theme_newline_cursor yes +set -g theme_newline_prompt "\$ " set -g theme_color_scheme zenburn set -g VIRTUAL_ENV_DISABLE_PROMPT 1