feat: add bash_profile for creating copilot directory
This commit is contained in:
7
config/user/profile
Normal file
7
config/user/profile
Normal 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
|
||||
Reference in New Issue
Block a user