diff options
| author | philw <dscr@duck.com> | 2024-04-24 11:29:38 +0200 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2024-04-24 11:29:38 +0200 |
| commit | ddf627b8cc5ae4949c724625277edce796d177b5 (patch) | |
| tree | 0e902f3a6f14d5fa9e6158ff967a1a2c2e3eeb0d /shell/zsh | |
| parent | 5788f66da53205d5290c64ff97f3c817889d6bc0 (diff) | |
| download | dotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.tar.gz dotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.zip | |
Update dots
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" |
