diff options
author | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-09 15:17:28 +0200 |
---|---|---|
committer | HimbeerserverDE <himbeerserverde@gmail.com> | 2022-09-09 15:17:28 +0200 |
commit | c45efe72602706d155790ceee3f710b2c8ff73f3 (patch) | |
tree | bac5a55170ec720c73ad94c634221fd45a5d0ac1 /zshrc | |
parent | b7998db9928c831937fdb83133fc5d5063552845 (diff) |
Tidy zshrc
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |