Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 444 Bytes

misc.md

File metadata and controls

17 lines (11 loc) · 444 Bytes
title
Miscellaneous

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.