Skip to content

Commit 988aee1

Browse files
committed
Add exit 0 to dev_mode in install.sh
1 parent 6a12e54 commit 988aee1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ dev_mode () {
170170

171171
echo -e "\033[32m ✔ Neovim now using nvimrc from this directory. \033[0m"
172172
echo -e "\033[32m ➤ Run ./install.sh again to exit development mode. \033[0m"
173+
exit 0
173174
}
174175

175176
main $1

0 commit comments

Comments
 (0)