From a2cae24ef628750d1da3cfa781ff339b80aaf0fd Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 7 Sep 2020 21:28:49 +0100 Subject: One-line prompt instead of three --- .config/fish/config.fish | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d04e80e..e2d8e1b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -34,9 +34,7 @@ function fractodec; echo "scale=2; $argv" | bc; end function ytsearch; mpv "ytdl://ytsearch:\"$argv\""; end # Prompt, inspired by Oxide by Dikiaap -function fish_prompt - echo && set_color green; echo (dirs) && set_color normal; printf "❯ " -end +function fish_prompt; echo && set_color green; echo (dirs) && set_color normal; printf "❯ "; end # Colour scheme set -x fish_color_autosuggestion 585858 -- cgit v1.2.3