summaryrefslogtreecommitdiff
path: root/fish/functions/fish_prompt.fish
blob: 9dff5cd572cc314d038649ad35087cedf8068681 (plain)
1
2
3
4
5
6
function fish_prompt
	string join '' -- (set_color blue) (prompt_pwd --full-length-dirs 2) (set_color --reset) ' > '
end

function fish_mode_prompt
end