Skip to content

Instantly share code, notes, and snippets.

@erikkallen
Created December 2, 2022 13:26
Show Gist options
  • Save erikkallen/30bfd95c6ec640e5facff70eb843f45b to your computer and use it in GitHub Desktop.
Save erikkallen/30bfd95c6ec640e5facff70eb843f45b to your computer and use it in GitHub Desktop.
zephyr-sdk
FROM zephyrprojectrtos/zephyr-build:v0.24.6
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.1.3/zsh-in-docker.sh)" -- \
-p git -p 'history-substring-search' \
-a 'bindkey "\$terminfo[kcuu1]" history-substring-search-up' \
-a 'bindkey "\$terminfo[kcud1]" history-substring-search-down'
CMD ["/bin/zsh"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment