Skip to content

Instantly share code, notes, and snippets.

@pzankov
Last active July 9, 2018 09:01
Show Gist options
  • Save pzankov/fd15336e986f6883b1128379957357d3 to your computer and use it in GitHub Desktop.
Save pzankov/fd15336e986f6883b1128379957357d3 to your computer and use it in GitHub Desktop.
Set up ssh-add for the fish shell
  • update fish

    sudo apt-add-repository ppa:fish-shell/release-2
    sudo apt-get update
    sudo apt-get install fish
    
  • register plugin in ~/.config/fish/config.fish

    fundle plugin 'tuvistavie/fish-ssh-agent'
    fundle init
    
  • install fundle

    curl -sfL https://git.io/fundle-install | fish
    
  • reload fish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment