Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 330 Bytes

Simple CLI-based git SSH keychain written in python 3

Run this command:

mkdir -p $HOME/ssh-keychain && cp main.py $HOME/ssh-keychain && chmod +x $HOME/ssh-keychain/main.py

Add this to your ~/.config/fish/config.fish

if status is-interactive
    alias gitenv='python3 $HOME/ssh-keychain/main.py'
end