summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2023-05-04 11:23:46 +0530
committerlistout <listout@protonmail.com>2023-05-04 11:23:46 +0530
commitd4e1d7111aef8f2dc53fdd0a4dd939a374f2bc9a (patch)
tree5abe43468272785ebb2c75d99346a9d2acf6095a
parent6ba18bbe8784006edca60988d878161f1ba6ca36 (diff)
zsh: aliases: dont alias for multiple verions of ESP-IDF
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r--.config/zsh/aliases.zsh6
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh
index 3d65fa2..c30b291 100644
--- a/.config/zsh/aliases.zsh
+++ b/.config/zsh/aliases.zsh
@@ -17,12 +17,6 @@ then
export MENUCONFIG_STYLE=monochrome
export IDF_CCACHE_ENABLE=1
fi
-if [ -d "$HOME/esp/esp-idf-v5.0" ]
-then
- alias get_idf_5='. $HOME/esp/esp-idf-v5.0/export.sh'
- export MENUCONFIG_STYLE=monochrome
- export IDF_CCACHE_ENABLE=1
-fi
export LESS=-R
export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink