aboutsummaryrefslogtreecommitdiffstats
path: root/shell/zsh
diff options
context:
space:
mode:
authorphilw <dscr@duck.com>2024-04-24 11:29:38 +0200
committerphilw <dscr@duck.com>2024-04-24 11:29:38 +0200
commitddf627b8cc5ae4949c724625277edce796d177b5 (patch)
tree0e902f3a6f14d5fa9e6158ff967a1a2c2e3eeb0d /shell/zsh
parent5788f66da53205d5290c64ff97f3c817889d6bc0 (diff)
downloaddotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.tar.gz
dotfiles-ddf627b8cc5ae4949c724625277edce796d177b5.zip
Update dots
Diffstat (limited to 'shell/zsh')
-rw-r--r--shell/zsh/.zshrc1
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
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'
45export BUN_INSTALL="$HOME/.bun" 46export BUN_INSTALL="$HOME/.bun"
46export PATH="$BUN_INSTALL/bin:$PATH" 47export PATH="$BUN_INSTALL/bin:$PATH"
47export PATH="$HOME/.cargo/bin:$PATH" 48export PATH="$HOME/.cargo/bin:$PATH"