Zprofile ssh-agent: FIX AMOGUS SPACE CHARACTER.
This commit is contained in:
parent
d610225c84
commit
fca6541e00
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# SSH Agent
|
# SSH Agent
|
||||||
if ! pgrep -u "$USER" ssh-agent > /dev/null || [[ ! -f "$XDG_RUNTIME_DIR/ssh-agent.env" ]]; then
|
if ! pgrep -u "$USER" ssh-agent > /dev/null || [[ ! -f "$XDG_RUNTIME_DIR/ssh-agent.env" ]]; then
|
||||||
pkill -u "$USER" -9 ssh-agent
|
pkill -u "$USER" -9 ssh-agent
|
||||||
ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
|
ssh-agent > "$XDG_RUNTIME_DIR/ssh-agent.env"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue