Created
April 3, 2025 02:41
-
-
Save maxp/df784adafdffda37f77c29d65ef02918 to your computer and use it in GitHub Desktop.
~/.config/fish/functions/fish_right_prompt.fish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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