Commit b45d2ebb authored by Bruno's avatar Bruno

Merge pull request #28 from uggedal/uggedal-theme

Minimal prompt theme.
parents f7bcf0c6 f9e1ff0c
function fish_prompt
if test -n "$SSH_CONNECTION"
printf '%s ' $HOSTNAME
end
printf '%s ' (prompt_pwd)
end
function fish_right_prompt
set -l last_status $status
if test $last_status -ne 0
set_color red
printf '%d' $last_status
set_color normal
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment