Explorar el Código

add: ssh-agent

Vitaliy Timtsurak hace 5 meses
padre
commit
e873932fd3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      home/.zshrc

+ 3 - 0
home/.zshrc

@@ -18,6 +18,9 @@ export ZSH="$HOME/.oh-my-zsh"
 export EDITOR=/bin/nvim
 export PATH="$HOME/bin:$PATH"
 
+
+eval "$(ssh-agent -s)" 
+
 # See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
 ZSH_THEME="agnoster"