use maintained theme
This commit is contained in:
parent
640572ecab
commit
0c7cb4486a
1779 changed files with 41468 additions and 26258 deletions
9
themes/CodeIT/.devcontainer/.zprofile
Normal file
9
themes/CodeIT/.devcontainer/.zprofile
Normal file
|
@ -0,0 +1,9 @@
|
|||
if [ -z "$SSH_AUTH_SOCK" ]; then
|
||||
# Check for a currently running instance of the agent
|
||||
RUNNING_AGENT="`ps -ax | grep 'ssh-agent -s' | grep -v grep | wc -l | tr -d '[:space:]'`"
|
||||
if [ "$RUNNING_AGENT" = "0" ]; then
|
||||
# Launch a new instance of the agent
|
||||
ssh-agent -s &> .ssh/ssh-agent
|
||||
fi
|
||||
eval `cat .ssh/ssh-agent`
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue