diff --git a/install.sh b/install.sh index d6839ac1..27d2c146 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,7 @@ if [ $(pwd) != "$HOME/dotfiles" ]; then git clone https://github.com/TrudeEH/dotfiles cd dotfiles bash install.sh + return fi if ! nix --version &>/dev/null; then