Skip to content

Instantly share code, notes, and snippets.

@maxp
Created April 3, 2025 02:41
Show Gist options
  • Save maxp/df784adafdffda37f77c29d65ef02918 to your computer and use it in GitHub Desktop.
Save maxp/df784adafdffda37f77c29d65ef02918 to your computer and use it in GitHub Desktop.
~/.config/fish/functions/fish_right_prompt.fish
function fish_right_prompt
set_color cyan
echo "" (date '+%H:%M:%S')
set_color normal
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment