|
|
|
@ -80,12 +80,6 @@ main() { |
|
|
|
" ~/.zshrc > ~/.zshrc-omztemp |
|
|
|
" ~/.zshrc > ~/.zshrc-omztemp |
|
|
|
mv -f ~/.zshrc-omztemp ~/.zshrc |
|
|
|
mv -f ~/.zshrc-omztemp ~/.zshrc |
|
|
|
|
|
|
|
|
|
|
|
printf "${BLUE}Copying your current PATH and adding it to the end of ~/.zshrc for you.${NORMAL}\n" |
|
|
|
|
|
|
|
sed "/export PATH=/ c\\ |
|
|
|
|
|
|
|
export PATH=\"$PATH\" |
|
|
|
|
|
|
|
" ~/.zshrc > ~/.zshrc-omztemp |
|
|
|
|
|
|
|
mv -f ~/.zshrc-omztemp ~/.zshrc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# If this user's login shell is not already "zsh", attempt to switch. |
|
|
|
# If this user's login shell is not already "zsh", attempt to switch. |
|
|
|
TEST_CURRENT_SHELL=$(expr "$SHELL" : '.*/\(.*\)') |
|
|
|
TEST_CURRENT_SHELL=$(expr "$SHELL" : '.*/\(.*\)') |
|
|
|
if [ "$TEST_CURRENT_SHELL" != "zsh" ]; then |
|
|
|
if [ "$TEST_CURRENT_SHELL" != "zsh" ]; then |
|
|
|
|