Skip to content

Commit

Permalink
Try alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
almirsarajcic committed Sep 18, 2024
1 parent ea2511a commit 0b1ff6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion priv/static/Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function install() {
curl https://mise.run | sh
command='"$(~/.local/bin/mise activate '$current_shell')"'
echo -e "\n\n" >>$config_file
echo "eval $command" >>$config_file
echo 'eval '$command >>$config_file
eval "$command"
eval "$(~/.local/bin/mise hook-env)"

Expand Down
2 changes: 1 addition & 1 deletion priv/static/macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function install() {
curl https://mise.run | sh
command='"$(~/.local/bin/mise activate '$current_shell')"'
echo -e "\n\n" >>$config_file
echo "eval $command" >>$config_file
echo 'eval '$command >>$config_file
eval "$command"
eval "$(~/.local/bin/mise hook-env)"

Expand Down

0 comments on commit 0b1ff6b

Please sign in to comment.