Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Mar 5, 2024
1 parent 9a2e687 commit aa7ba03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -euo pipefail
APP=sst

os=$(uname -s | tr '[:upper:]' '[:lower:]')
Expand Down Expand Up @@ -59,9 +59,7 @@ else
echo "$command"
done
} >>"$zsh_config"
echo "starting"
$SHELL
echo "done"
exec zsh -i
else
echo "manually add the directory to $zsh_config (or similar):"

Expand Down

0 comments on commit aa7ba03

Please sign in to comment.