diff options
Diffstat (limited to 'shell/zsh')
| -rw-r--r-- | shell/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 354ac70..ebb664b 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc | |||
| @@ -42,6 +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 | export BUN_INSTALL="$HOME/.bun" | 46 | export BUN_INSTALL="$HOME/.bun" |
| 46 | export PATH="$BUN_INSTALL/bin:$PATH" | 47 | export PATH="$BUN_INSTALL/bin:$PATH" |
| 47 | export PATH="$HOME/.cargo/bin:$PATH" | 48 | export PATH="$HOME/.cargo/bin:$PATH" |
