Commit f19a0834 authored by Scott Perry's avatar Scott Perry

Home directory contraction in path

parent b089ef62
...@@ -37,7 +37,8 @@ function fish_prompt ...@@ -37,7 +37,8 @@ function fish_prompt
end end
# Unconditional stuff # Unconditional stuff
set -l basic_prompt $yellow(whoami)$normal" at "$green(hostname -s)$normal" in "$blue(pwd)" " set -l path $blue(pwd | sed "s:^$HOME:~:")
set -l basic_prompt $yellow(whoami)$normal" at "$green(hostname -s)$normal" in "$blue$path" "
# Prompt # Prompt
set -l prompt set -l prompt
......
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