Skip to content

Commit c537336

Browse files
author
root
committed
Default Blue text and comment clean-up
1 parent c651b00 commit c537336

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
],
4545
// Mount the parent as /workspaces so we can pip install peers as editable
4646
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind",
47-
//also mount: ~/.config/devcontainer_rc ???
4847
// After the container is created, install the python project in editable form
4948
"postCreateCommand": "pip install $([ -f dev-requirements.txt ] && echo '-c dev-requirements.txt') -e '.[dev]' && pre-commit install"
5049
}

.devcontainer/features/devcontainer-feature.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@
2222
}
2323
],
2424
"onCreateCommand": "bash /devcontainer_staging/onCreateCommand.sh"
25-
// wack below into /devcontainer_rc/.bashrc
26-
// delete this line if you do not want opinionated defaults
27-
// source .devcontainer_rc/.bash_generated.sh
28-
// Add your personal configuration preferences below
29-
// not needed?
30-
// "postCreateCommand": "echo source /.devcontainer_rc/bashrc >> /root/.bashrc"
3125
}

.devcontainer/features/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cat > $CONFIG_STAGING/feature_settings_rc \
6262
# default opinioned bash configuration
6363
6464
# set the prompt
65-
export PS1='\W # '
65+
export PS1="\[\033[1;34m\]\W \[\033[0m\]# "
6666
6767
# enable enternal shared history
6868
export HISTCONTROL=ignoreboth:erasedups

0 commit comments

Comments
 (0)