aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-09-09 15:17:28 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-09-09 15:17:28 +0200
commitc45efe72602706d155790ceee3f710b2c8ff73f3 (patch)
treebac5a55170ec720c73ad94c634221fd45a5d0ac1 /zshrc
parentb7998db9928c831937fdb83133fc5d5063552845 (diff)
Tidy zshrc
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index b00423d..5af4ae8 100644
--- a/zshrc
+++ b/zshrc
@@ -1,10 +1,13 @@
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 TERM="xterm-256color"
ZSH_THEME="himbeer" # set by `omz`
plugins=(git)
source $ZSH/oh-my-zsh.sh
+
source ~/.zsh_aliases
# fzf