the xonsh ssh agent seems broken

This commit is contained in:
Jean-Marie Mineau 2021-01-30 01:22:15 +01:00
parent 291f93ed2d
commit 20226166d4

View file

@ -3,7 +3,7 @@ xontrib load pipeliner
xontrib load sh xontrib load sh
xontrib load onepath xontrib load onepath
$XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec $XONTRIB_ONEPATH_ACTIONS['<XFILE>'] = 'vim' # Yes, I don't trust auto-exec
xontrib load ssh_agent # xontrib load ssh_agent
xontrib load bashisms xontrib load bashisms
xontrib load coreutils xontrib load coreutils