diff options
| author | phajw <dscr@duck.com> | 2024-04-26 23:16:26 +0200 |
|---|---|---|
| committer | phajw <dscr@duck.com> | 2024-04-26 23:16:26 +0200 |
| commit | 635f4615db493167907e905ff95b8bf7264bc56a (patch) | |
| tree | 716ad50567bc4c44d0ec4b0e24fab0ed34e72c49 /shell/zsh | |
| parent | 75a329884c53f310efb8349ccb1593d7bce705f1 (diff) | |
| parent | 5b6cd922a0cdefc95aa98b32e13cf67f7a8df261 (diff) | |
| download | dotfiles-635f4615db493167907e905ff95b8bf7264bc56a.tar.gz dotfiles-635f4615db493167907e905ff95b8bf7264bc56a.zip | |
Resolve
Diffstat (limited to 'shell/zsh')
| -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 |
