Skip to content

Commit

Permalink
fixed pwd in fish_prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
swburk committed Jul 22, 2016
1 parent fbf5c2a commit c4ec1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function fish_prompt

# Current directory
set_color cyan
set fish_prompt_pwd_dir_length 0
set -g fish_prompt_pwd_dir_length 0
printf (prompt_pwd)
set_color normal

Expand Down

0 comments on commit c4ec1b6

Please sign in to comment.