aboutsummaryrefslogtreecommitdiffstats
path: root/shell/zsh/.zshrc
diff options
context:
space:
mode:
authorphajw <dscr@duck.com>2024-04-26 23:16:26 +0200
committerphajw <dscr@duck.com>2024-04-26 23:16:26 +0200
commit635f4615db493167907e905ff95b8bf7264bc56a (patch)
tree716ad50567bc4c44d0ec4b0e24fab0ed34e72c49 /shell/zsh/.zshrc
parent75a329884c53f310efb8349ccb1593d7bce705f1 (diff)
parent5b6cd922a0cdefc95aa98b32e13cf67f7a8df261 (diff)
downloaddotfiles-635f4615db493167907e905ff95b8bf7264bc56a.tar.gz
dotfiles-635f4615db493167907e905ff95b8bf7264bc56a.zip
Resolve
Diffstat (limited to 'shell/zsh/.zshrc')
-rw-r--r--shell/zsh/.zshrc3
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
42export EDITOR=nvim 42export EDITOR=nvim
43export BUILDDIR=/tmp/makepkg 43export BUILDDIR=/tmp/makepkg
44export RAVEDUDE_PORT=/dev/ttyACM0 44export RAVEDUDE_PORT=/dev/ttyACM0
45alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' 45alias get_idf='. $HOME/Repositories/c/esp/esp-idf/export.sh'
46export BUN_INSTALL="$HOME/.bun" 46export BUN_INSTALL="$HOME/.bun"
47export PATH="$BUN_INSTALL/bin:$PATH" 47export PATH="$BUN_INSTALL/bin:$PATH"
48export PATH="$HOME/.cargo/bin:$PATH" 48export 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" ;;
106esac 106esac
107export PATH=$PATH:$HOME/.platformio/penv/bin
107 108
108source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 109source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
109source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 110source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh