diff --git a/.zshrc b/.zshrc index 3723ad5..1e02d2e 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/home/shmick/.oh-my-zsh" +export ZSH="/root/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, @@ -70,7 +70,7 @@ ZSH_THEME="random" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git thefuck docker gentoo) +plugins=(git thefuck docker) source $ZSH/oh-my-zsh.sh