summary refs log tree commit diff
path: root/fish/functions/fish_right_prompt.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/fish_right_prompt.fish')
-rw-r--r--fish/functions/fish_right_prompt.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/fish/functions/fish_right_prompt.fish b/fish/functions/fish_right_prompt.fish
new file mode 100644
index 0000000..c3235a5
--- /dev/null
+++ b/fish/functions/fish_right_prompt.fish
@@ -0,0 +1,3 @@
+function fish_right_prompt
+	date '+%H:%M'
+end