From e74225a8182ed9910d9cbdaca902d04199495b1a Mon Sep 17 00:00:00 2001 From: tmu Date: Sat, 16 Dec 2023 13:25:40 -0800 Subject: fish --- fish/conf.d/fish_prompt.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fish/conf.d/fish_prompt.fish (limited to 'fish/conf.d/fish_prompt.fish') diff --git a/fish/conf.d/fish_prompt.fish b/fish/conf.d/fish_prompt.fish new file mode 100644 index 0000000..c71efd9 --- /dev/null +++ b/fish/conf.d/fish_prompt.fish @@ -0,0 +1,6 @@ +function fish_prompt + set_color $fish_color_cwd + echo -n (prompt_pwd) + set_color normal + echo -n '𝛔 ' +end -- cgit v1.2.3