diff --git a/fish_prompt.fish b/fish_prompt.fish new file mode 100644 index 0000000..1725c53 --- /dev/null +++ b/fish_prompt.fish @@ -0,0 +1,12 @@ +function __caret + +end + +function fish_prompt + echo -s (set_color -o cyan)(whoami)@(hostname) + echo '>' +end + +function fish_right_prompt -d "Write out the right prompt" + date "+%m/%d/%y" +end