mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
7 lines
185 B
Bash
7 lines
185 B
Bash
export LS_OPTIONS='-F --color=auto'
|
|
eval "`dircolors`"
|
|
alias ls='ls $LS_OPTIONS'
|
|
if [ -f "$WORKSPACE_DIR/zephyr/zephyr-env.sh" ]; then
|
|
source "$WORKSPACE_DIR/zephyr/zephyr-env.sh"
|
|
fi
|