Skip to content

Commit

Permalink
fix ssh-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Nov 8, 2020
1 parent f874682 commit 328580a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion profile/.profile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export EDITOR="nvim"
export EDITOR="vim"
export BROWSER="firefox"
export TERMINAL="termite"
export QT_QPA_PLATFORMTHEME="qt5ct"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
1 change: 0 additions & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ plugins=(
helm
ansible
docker
ssh-agent
)

source $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit 328580a

Please sign in to comment.