From 61c50f83077f973048b02ea6223152686beda8c8 Mon Sep 17 00:00:00 2001 From: JGill Date: Mon, 20 Sep 2021 07:12:30 +0530 Subject: [PATCH] Set new path to oh-my-zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1cfa86e..e80e9dd 100644 --- a/.zshrc +++ b/.zshrc @@ -3,7 +3,7 @@ export TERM="xterm-256color" # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH=$HOME/.config/oh-my-zsh +export ZSH=$HOME/.config/ezsh/oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded.