From 36efe6279283441115dc75aed81265b0df03994e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 2 Aug 2023 23:18:04 -0400 Subject: refactor: aligned with `kj-sh604/laptop-dotfiles` --- .config/fish/functions/br.fish | 1 - .config/fish/functions/fish_prompt.fish | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 .config/fish/functions/br.fish (limited to '.config') diff --git a/.config/fish/functions/br.fish b/.config/fish/functions/br.fish deleted file mode 120000 index db89866..0000000 --- a/.config/fish/functions/br.fish +++ /dev/null @@ -1 +0,0 @@ -/home/kylert/.local/share/broot/launcher/fish/br.fish \ No newline at end of file diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 57ce705..2cbfa35 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -21,6 +21,6 @@ set -g __fish_git_prompt_color_untrackedfiles $fish_color_normal set -g __fish_git_prompt_color_cleanstate green --bold function fish_prompt - printf '%s%s%s%s $ ' \ + printf '%s%s%s%s> ' \ (set_color $fish_color_cwd) (prompt_pwd) (set_color normal) (fish_git_prompt) end -- cgit v1.2.3