From dc5725e119284cc9a861d1e1ca3dd6617b4d9217 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Mon, 24 Feb 2020 06:35:20 -0700 Subject: [PATCH] Remove unnecessary local variables --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 5102662..886e08a 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,6 @@ -local oh_my_zsh="$HOME/.oh-my-zsh" +oh_my_zsh="$HOME/.oh-my-zsh" if [[ -f "$oh_my_zsh/oh-my-zsh.sh" ]]; then - local theme="jispwoso" export ZSH="$oh_my_zsh" export ZSH_THEME="$theme"