We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4976b28 commit deda35eCopy full SHA for deda35e
install.sh
@@ -5,6 +5,7 @@ _CODE_CONNECT_PY=$(realpath ~)/.code-connect/code_connect.py
5
echo "> Downloading code_connect.py from https://raw.githubusercontent.com/chvolkmann/code-connect/main/functions/code_connect.py"
6
mkdir -p $(dirname $_CODE_CONNECT_PY)
7
wget -q -O "$_CODE_CONNECT_PY" "https://raw.githubusercontent.com/chvolkmann/code-connect/main/functions/code_connect.py"
8
+chmod +x "$_CODE_CONNECT_PY"
9
10
# Add the alias to ~/.bashrc if not already done
11
if [[ -z $(cat ~/.bashrc | grep "alias code=") ]]; then
0 commit comments