user vscode
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Project shell startup for VS Code integrated terminals.
|
||||
|
||||
if [ -f /etc/bash.bashrc ]; then
|
||||
source /etc/bash.bashrc
|
||||
fi
|
||||
|
||||
if [ -f /home/vscode/.bashrc ]; then
|
||||
source /home/vscode/.bashrc
|
||||
fi
|
||||
|
||||
if [ -f /workspace/.venv/bin/activate ]; then
|
||||
source /workspace/.venv/bin/activate
|
||||
fi
|
||||
Reference in New Issue
Block a user