Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Add newlines when appending path to fish
Browse files Browse the repository at this point in the history
  • Loading branch information
mschrage committed Jan 21, 2021
1 parent 9a8ac5c commit ec3cafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_and_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function install_fish_integration() {
mkdir -p ~/.config/fish/conf.d
cp ~/.fig/fig.fish ~/.config/fish/conf.d/fig.fish

FISH_ADD_TO_PATH='contains $HOME/.fig/bin $fish_user_paths; or set -Ua fish_user_paths $HOME/.fig/bin'
FISH_ADD_TO_PATH=$'\ncontains $HOME/.fig/bin $fish_user_paths; or set -Ua fish_user_paths $HOME/.fig/bin\n'

# Add ~/.fig/bin to PATH
touch ~/.config/fish/config.fish
Expand Down

0 comments on commit ec3cafe

Please sign in to comment.