aboutsummaryrefslogtreecommitdiffstats
path: root/shell/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc
index 1435ca0..7c1de09 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"