diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc/main.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bashrc/main.sh b/bashrc/main.sh index 2fa0474..444d204 100644 --- a/bashrc/main.sh +++ b/bashrc/main.sh @@ -74,9 +74,6 @@ _load common locale # now set a reasonable environment _load common env -# ssh/gpg-agent -_load common keychain - # bash configuration _load common shopt @@ -87,6 +84,9 @@ _load node init # command aliases _load common alias +# ssh agent forwarding +_load common ssh-agent-forwarding + # pager options _load common pager |