aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-10-11 19:13:13 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-10-11 19:13:13 +0200
commitfcd2abe4397521dc9de2d8e419e21d5fb6103db5 (patch)
treecaedf90c94c7920460122c9aab96aa06d056bd6c /zshrc
parent8f643d82103a41682462a442d42f9cdcc655ba02 (diff)
Set EDITOR in zshrc
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 8b5ff68..4df73d2 100644
--- a/zshrc
+++ b/zshrc
@@ -20,6 +20,8 @@ export ZSH="$HOME/.oh-my-zsh"
export LIBCLANG_PATH="$HOME/.espressif/tools/xtensa-esp32-elf-clang/esp-14.0.0-20220415-x86_64-unknown-linux-gnu/lib/"
export PATH="$HOME/.espressif/tools/xtensa-esp32-elf-gcc/8_4_0-esp-2021r2-patch3-x86_64-unknown-linux-gnu/bin/:$HOME/go/bin:$HOME/bin:/usr/local/go/bin:$PATH"
+export EDITOR="vim"
+
export TERM="xterm-256color"
ZSH_THEME="himbeer" # set by `omz`
plugins=(git)