forked from kofal.net/zmk
Conditionally source zephyr-env.sh in .bashrc
This commit is contained in:
6
.devcontainer/.bashrc
Normal file
6
.devcontainer/.bashrc
Normal file
@@ -0,0 +1,6 @@
|
||||
export LS_OPTIONS='-F --color=auto'
|
||||
eval "`dircolors`"
|
||||
alias ls='ls $LS_OPTIONS'
|
||||
if [ -f /workspaces/zmk/zephyr/zephyr-env.sh ]; then
|
||||
source /workspaces/zmk/zephyr/zephyr-env.sh
|
||||
fi
|
||||
Reference in New Issue
Block a user