aboutsummaryrefslogtreecommitdiffstats
path: root/shell/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/zsh')
-rw-r--r--shell/zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc
index 7c1de09..7d95ff8 100644
--- a/shell/zsh/.zshrc
+++ b/shell/zsh/.zshrc
@@ -42,7 +42,7 @@ export LESSHISTFILE="$XDG_CACHE_HOME"/less/history
42export EDITOR=nvim 42export EDITOR=nvim
43export BUILDDIR=/tmp/makepkg 43export BUILDDIR=/tmp/makepkg
44export RAVEDUDE_PORT=/dev/ttyACM0 44export RAVEDUDE_PORT=/dev/ttyACM0
45alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' 45alias get_idf='. $HOME/Repositories/c/esp/esp-idf/export.sh'
46export BUN_INSTALL="$HOME/.bun" 46export BUN_INSTALL="$HOME/.bun"
47export PATH="$BUN_INSTALL/bin:$PATH" 47export PATH="$BUN_INSTALL/bin:$PATH"
48export PATH="$HOME/.cargo/bin:$PATH" 48export PATH="$HOME/.cargo/bin:$PATH"
@@ -103,6 +103,7 @@ case ":$PATH:" in
103 *":$GEM:"*) ;; 103 *":$GEM:"*) ;;
104 *) export PATH="$GEM:$PATH" ;; 104 *) export PATH="$GEM:$PATH" ;;
105esac 105esac
106export PATH=$PATH:$HOME/.platformio/penv/bin
106 107
107source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 108source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
108source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 109source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh