diff options
| -rw-r--r-- | .bash/exec.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.bash/exec.bash b/.bash/exec.bash index 2435542..a239d5e 100644 --- a/.bash/exec.bash +++ b/.bash/exec.bash @@ -7,7 +7,7 @@ set bell-style visible  # start ssh agent. this script will not try to run a new instance  # (unless we specified -f, which we don't). -"$HOME/ssh-agent-launcher" -q +"$HOME/bin/ssh-agent-launcher" -q  # because on some hosts the login path is fucked, unset in .local  # if it causes irritation: | 
