From ddf627b8cc5ae4949c724625277edce796d177b5 Mon Sep 17 00:00:00 2001 From: philw Date: Wed, 24 Apr 2024 11:29:38 +0200 Subject: Update dots --- shell/zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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 export EDITOR=nvim export BUILDDIR=/tmp/makepkg export RAVEDUDE_PORT=/dev/ttyACM0 +alias get_idf='. $HOME/Repositories/esp/esp-idf/export.sh' export BUN_INSTALL="$HOME/.bun" export PATH="$BUN_INSTALL/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH" -- cgit v1.2.3