mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
Removing source
command
This commit is contained in:
parent
53a63355be
commit
c25002a13f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ if [ -f ~/.zshrc.pre-oh-my-zsh ] || [ -h ~/.zshrc.pre-oh-my-zsh ]; then
|
||||||
|
|
||||||
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc;
|
mv ~/.zshrc.pre-oh-my-zsh ~/.zshrc;
|
||||||
|
|
||||||
. ~/.zshrc;
|
echo "Your original zsh config was restored. Please restart your session."
|
||||||
else
|
else
|
||||||
if hash chsh >/dev/null 2>&1; then
|
if hash chsh >/dev/null 2>&1; then
|
||||||
echo "Switching back to bash"
|
echo "Switching back to bash"
|
||||||
|
|
Loading…
Reference in a new issue