Unverified Commit 7867e008 authored by eitsupi's avatar eitsupi Committed by GitHub

Fix /etc/bash.bashrc generated by common-utils (#342)

* Fix /etc/bash.bashrc generated by common-utils

* bump version
parent 2af02c19
{ {
"id": "common-utils", "id": "common-utils",
"version": "2.0.0", "version": "2.0.1",
"name": "Common Utilities", "name": "Common Utilities",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/common-utils",
"description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.", "description": "Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-root user.",
......
...@@ -23,4 +23,4 @@ if [ -z "$(git config --get core.editor)" ] && [ -z "${GIT_EDITOR}" ]; then ...@@ -23,4 +23,4 @@ if [ -z "$(git config --get core.editor)" ] && [ -z "${GIT_EDITOR}" ]; then
export GIT_EDITOR="code --wait" export GIT_EDITOR="code --wait"
fi fi
fi fi
fi fi
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment