diff options
author | mail_redacted_for_web | 2022-03-19 19:56:09 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-19 19:56:09 +0100 |
commit | 54f779ff55bf85181a9f225f5f247ecd333a6123 (patch) | |
tree | 2ad91bb6162c3b2715c6545c32694b19f2c9a63b | |
parent | ccddcc8b94cb76012869468e28664b6370810a71 (diff) | |
download | dotfiles-54f779ff55bf85181a9f225f5f247ecd333a6123.tar.bz2 |
"typo": wrong folder
-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: |