Skip to content

Commit 0d0225a

Browse files
nihaalsmxcl
authored andcommitted
Fix installing Fish shell magic
1 parent 924fb8e commit 0d0225a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ check_shell_magic() {
359359

360360
if gum_func confirm 'magic?' --affirmative="add one-liner" --negative="skip"
361361
then
362-
cat <<-EOSH >> "${XDG_CONFIG_HOME:-~/.config}/fish/config.fish"
362+
cat <<-EOSH >> "${XDG_CONFIG_HOME:-$HOME/.config}/fish/config.fish"
363363
364364
function add_tea_environment --on-variable PWD; tea -Eds | source; end #tea
365365
EOSH

0 commit comments

Comments
 (0)