From bce722eec0e71e7875fa993a5ad1946b902dc114 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Sun, 14 Nov 2021 14:40:13 +0100 Subject: [PATCH] Added better autocomplete and alias --- export.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/export.sh b/export.sh index ed56560..2ca8801 100644 --- a/export.sh +++ b/export.sh @@ -10,6 +10,7 @@ fi . ${BOBBY_ROOT}/esp-idf/export.sh complete -W "$(./switchconf.sh --list)" ./switchconf.sh +complete -W "$(./switchconf.sh --list)" switchconf BOBBY_INIT_FAILED= @@ -50,3 +51,5 @@ then fi export PATH=$PATH:$(pwd)/tools alias open-ide=open_ide +alias switchconf=./switchconf.sh +alias bobby-build="idf.py build"