mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-23 08:15:43 +02:00
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