Commit 353db6aa authored by William Rudenmalm's avatar William Rudenmalm

add 'will' theme

parent d8077b31
## Will
Minimalist theme.
#### Characteristics
* The current working directory is displayed on the right-side
* Hostnames are displayed if and only if we're on an SSH connection
* Uses logical entailment as the prompt character
function fish_prompt
if test -n "$SSH_CONNECTION"
printf '%s ' $HOSTNAME
end
set_color red
printf "⊨"
set_color normal
printf " "
end
function fish_right_prompt
set_color red
printf '%s ' (prompt_pwd)
set_color normal
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