Skip to content

Commit

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

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

Expand Down

0 comments on commit ea2511a

Please sign in to comment.