diff options
Diffstat (limited to '.config/fish/functions')
| -rw-r--r-- | .config/fish/functions/fish_prompt.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index eb90abb..daaadbc 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish | |||
| @@ -18,5 +18,5 @@ function fish_prompt | |||
| 18 | 18 | ||
| 19 | set -l cwd $cyan (string join / (string split -rn -m3 / (prompt_pwd))[-3..-1]) | 19 | set -l cwd $cyan (string join / (string split -rn -m3 / (prompt_pwd))[-3..-1]) |
| 20 | 20 | ||
| 21 | echo -n -s $marker ' '$cwd $normal ' ' | 21 | echo -n -s $marker ' ' $cwd $normal ' ' |
| 22 | end | 22 | end |
