summaryrefslogtreecommitdiff
path: root/fish/functions/fish_prompt.fish
diff options
context:
space:
mode:
authorJake Koroman <jake@jakekoroman.com>2026-06-21 13:08:03 -0400
committerJake Koroman <jake@jakekoroman.com>2026-06-21 13:08:03 -0400
commit991a7917ec010080467889b02bcd608c078f6a86 (patch)
tree191dbc790d2b4c04552fe6ce1ac6134547634aef /fish/functions/fish_prompt.fish
parente9621b453b83511b0601a904fe5752b152241e48 (diff)
add fish.
Diffstat (limited to 'fish/functions/fish_prompt.fish')
-rw-r--r--fish/functions/fish_prompt.fish6
1 files changed, 6 insertions, 0 deletions
diff --git a/fish/functions/fish_prompt.fish b/fish/functions/fish_prompt.fish
new file mode 100644
index 0000000..9dff5cd
--- /dev/null
+++ b/fish/functions/fish_prompt.fish
@@ -0,0 +1,6 @@
+function fish_prompt
+ string join '' -- (set_color blue) (prompt_pwd --full-length-dirs 2) (set_color --reset) ' > '
+end
+
+function fish_mode_prompt
+end