feat: add bash_profile for creating copilot directory

This commit is contained in:
Job
2024-09-29 16:48:19 +02:00
parent 53cfeb1a62
commit df8b7b5bfe
2 changed files with 10 additions and 2 deletions

7
config/user/profile Normal file
View File

@@ -0,0 +1,7 @@
. ~/.bashrc
# === persist copilot auth files inside .local volume ===
if [ ! -d ~/.config/github-copilot ]; then
mkdir -p ~/.local/share/github-copilot
ln -s ~/.local/share/github-copilot ~/.config
fi