Skip to content

Commit

Permalink
Fix tide configure making fish_prompt larger and larger
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed May 25, 2020
1 parent a89fa71 commit 2352164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tide_theme/configure/functions/_set_tide_defaults.fish
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function _set_tide_defaults
_set tide_time_color 5F8787
_set tide_time_format '%T'

cat "$_tide_dir/configure/fish_prompt.fish" >>"$__fish_config_dir/functions/fish_prompt.fish"
cat "$_tide_dir/configure/fish_prompt.fish" >"$__fish_config_dir/functions/fish_prompt.fish"
end

function _set -a var_name
Expand Down

0 comments on commit 2352164

Please sign in to comment.