Manage SSH passphrases
eval
is not available in nushell, so run:
ssh-agent -c | lines | first 2 | parse "setenv {name} {value};" | transpose -i -r -d | load-env
Then ssh-add
will enable to only type your SSH passphrase once.
Miscellaneous
- To finish or "accept" an autocomplete command, press the right arrow key. This can also be changed by changing the keybindings in the
config.nu
file.