From 0e40486a3a756b9a9f6aeb3c10d200e4ffd9d886 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 3 Nov 2015 11:43:06 -0800 Subject: [PATCH] Remove arrow on fish prompt --- assets/default/fish/custom/themes/thefij/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/default/fish/custom/themes/thefij/fish_prompt.fish b/assets/default/fish/custom/themes/thefij/fish_prompt.fish index 0be4851..97d9bd8 100644 --- a/assets/default/fish/custom/themes/thefij/fish_prompt.fish +++ b/assets/default/fish/custom/themes/thefij/fish_prompt.fish @@ -71,7 +71,7 @@ function fish_prompt set -l green (set_color -o green) set -l normal (set_color normal) - set -l arrow (_status_color) "➜ $normal" + # set -l arrow (_status_color) "➜ $normal" set -l cwd (basename (prompt_pwd)) echo -n -s $arrow (_hostname) $cwd (_git_info) (_prompt_char) ' '