From 5c3b72e2aaa93590a0e6ffb4add60c65d90ba730 Mon Sep 17 00:00:00 2001 From: shmick Date: Sat, 3 Jul 2021 10:32:19 +0300 Subject: [PATCH] New root user branch --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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