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