3 lines
97 B
Fish
3 lines
97 B
Fish
function fish_theme --description "Print the active prompt theme"
|
|
echo $FISH_PROMPT_THEME
|
|
end |