1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-16 04:10:42 +01:00
Files
oh-my-zsh/tools/install.sh
Luca S 73f29087f9 installer: replace the current shell with the new ZSH instance
This replaces the currently running process with the new one using `exec`
instead of creating a new process. This way, when the user `exit`s out of
the new shell it will not pop them back into the shell from which ohmyzsh
was installed from.
2019-06-03 17:18:23 +02:00

4.0 KiB
Executable File