"plugins/vscode:/vscode.git/clone" did not exist on "490177d48b8b58b3c1c42596f1f9dcbd21b1ba90"
Commit c25002a1 authored by LE Manh Cuong's avatar LE Manh Cuong
Browse files

Removing `source` command

parent 53a63355
...@@ -21,7 +21,7 @@ if [ -f ~/.zshrc.pre-oh-my-zsh ] || [ -h ~/.zshrc.pre-oh-my-zsh ]; then ...@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment