summaryrefslogtreecommitdiff
path: root/fish/conf.d/fish_prompt.fish
diff options
context:
space:
mode:
authortmu <t.man.atl.2012@gmail.com>2023-12-16 13:25:40 -0800
committertmu <t.man.atl.2012@gmail.com>2023-12-16 13:25:40 -0800
commite74225a8182ed9910d9cbdaca902d04199495b1a (patch)
tree0c1397e1715c4fb2f7027408b31d5aa8121bb3da /fish/conf.d/fish_prompt.fish
parenta04213e2c04a98c204c5e51dcf0219a4286113bf (diff)
fish
Diffstat (limited to 'fish/conf.d/fish_prompt.fish')
-rw-r--r--fish/conf.d/fish_prompt.fish6
1 files changed, 6 insertions, 0 deletions
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