From 9e9a6ac689828539f6251f50c79c9a4bd0186c68 Mon Sep 17 00:00:00 2001 From: philw Date: Thu, 25 Apr 2024 13:45:17 +0200 Subject: Update dots --- shell/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell') 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 export EDITOR=nvim export BUILDDIR=/tmp/makepkg export RAVEDUDE_PORT=/dev/ttyACM0 -alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' +alias get_idf='. $HOME/Repositories/c/esp/esp-idf/export.sh' export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" @@ -103,6 +103,7 @@ case ":$PATH:" in *":$GEM:"*) ;; *) export PATH="$GEM:$PATH" ;; esac +export PATH=$PATH:$HOME/.platformio/penv/bin source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -- cgit v1.2.3