aboutsummaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2022-08-03 19:50:01 +0200
committerHimbeerserverDE <himbeerserverde@gmail.com>2022-08-03 19:50:01 +0200
commite12e68bff27ee83e3bdbb193fd73e279d13837da (patch)
tree8f83ecf2cb4475124bc46288ea682d68cb5fccb2 /zshrc
parent4a5c067801045f9d9a5e3914001501ee27743505 (diff)
Update zshrc, specifically PATH and LIBCLANG_PATH
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zshrc b/zshrc
index 34cff1c..f8ad6c3 100644
--- a/zshrc
+++ b/zshrc
@@ -1,7 +1,8 @@
export ZSH="$HOME/.oh-my-zsh"
-export PATH="$HOME/go/bin:$HOME/bin:/usr/local/go/bin:$PATH"
+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="smt"
+ZSH_THEME="smt" # set by `omz`
plugins=(git)
source $ZSH/oh-my-zsh.sh
source ~/.zsh_aliases