From d73eea18892a877433c8ae04f9514cd6f49c4e74 Mon Sep 17 00:00:00 2001 From: noa@gaiwan.org Date: Mon, 18 Mar 2024 23:34:19 +0000 Subject: Initial commit --- fish/functions/fish_prompt.fish | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fish/functions/fish_prompt.fish (limited to 'fish/functions/fish_prompt.fish') diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish new file mode 100644 index 0000000..eeec7d8 --- /dev/null +++ b/fish/functions/fish_prompt.fish @@ -0,0 +1,6 @@ +function fish_prompt + #set_color $fish_color_cwd + echo -n (basename $PWD) + #set_color normal + echo -n ' ) ' +end -- cgit 1.4.1-2-gfad0