refactor(zsh): remove browser/editor env vars

This commit is contained in:
George Rawlinson 2019-04-23 05:52:22 +12:00
parent 677eaae9e6
commit 936729d952
1 changed files with 0 additions and 4 deletions

View File

@ -37,7 +37,3 @@ source $ZSH/oh-my-zsh.sh
# reduce linux syscalls # reduce linux syscalls
export TZ=:/etc/localtime export TZ=:/etc/localtime
# ensure system is aware of browser/editor preference
export BROWSER="firefox-nightly"
export EDITOR="nvim"