This file contains 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
# A lambda (λ) prompt. | |
# Green and red depending on exit status. | |
# Underlined if git status is dirty. | |
# Uppercase (Λ) if ahead of the remote. | |
function fish_prompt | |
if is_status_okay | |
set_color green | |
else | |
set_color red |