From cb2ccdcd3eb528c14e3578b6a41e7b34c2efc982 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Sun, 31 Oct 2021 23:39:39 +0100 Subject: [PATCH] disable fish mode prompt --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index a055492..b25abf7 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -55,6 +55,7 @@ function todos end # install custom prompt to ~/.local/bin/prompt (or somewhere else in $PATH) +functions -e fish_mode_prompt function fish_prompt prompt $status end