Skip to content

Commit

Permalink
fix(fish): avoid user functions (#36)
Browse files Browse the repository at this point in the history
Some users wrap applications such as ln with functions for use in
interactive shells, and these functions may not be appropriate in a
non-interactive context - explicitly specify the ln command
  • Loading branch information
bradbishop authored Sep 22, 2023
1 parent 3362cc5 commit 5d06784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile_helper.fish
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function set_theme
end

# Symlink and source
ln -fs \
command ln -fs \
"$BASE16_SHELL_PATH/scripts/base16-$theme_name.sh" \
"$BASE16_SHELL_COLORSCHEME_PATH"
if not test -e "$BASE16_SHELL_COLORSCHEME_PATH"
Expand Down

0 comments on commit 5d06784

Please sign in to comment.