mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 15:30:40 +01:00
Removing source command
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user