summaryrefslogtreecommitdiff
path: root/.devcontainer/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.devcontainer/.bashrc')
-rw-r--r--.devcontainer/.bashrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.devcontainer/.bashrc b/.devcontainer/.bashrc
new file mode 100644
index 0000000..6a6ea69
--- /dev/null
+++ b/.devcontainer/.bashrc
@@ -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