Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Dec 23, 2024
1 parent 098a661 commit 18ae083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fix_shell_path() {
if [ "${SHELL_PATH}" == "/opt/homebrew/bin/nu" ]; then
echo "nothing to do..."
else
sed -i "s#/opt/homebrew/bin/nu#${SHELL_PATH}#" ./plugin/after/styling.lua
sed -i "s#/opt/homebrew/bin/nu#${SHELL_PATH}#" ./lua/plugins/styling.lua
fi
}

Expand Down

0 comments on commit 18ae083

Please sign in to comment.