From 87eab3436dea9040ed7ba8cf16a6c4119520ab4f Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Thu, 4 Jun 2020 17:17:02 -0500 Subject: [PATCH] update editor --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index ba6d6d5..8a87b84 100644 --- a/.zshrc +++ b/.zshrc @@ -12,6 +12,8 @@ autoload -U colors && colors PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " +# Custom Variables +EDITOR=vim # Pure Prompt fpath+=$HOME/zsh/pure