diff --git a/fish/prompt_pwd.fish b/fish/prompt_pwd.fish index e08f8bd..ead0964 100644 --- a/fish/prompt_pwd.fish +++ b/fish/prompt_pwd.fish @@ -1,3 +1,3 @@ function prompt_pwd - pwd | sed "s|$HOME|~|" + pwd | sed -e 's|/private||' -e "s|$HOME|~|" end