mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Fix problems with seahorse stealing ssh-agent.
This commit is contained in:
@@ -31,6 +31,9 @@ zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
|
|||||||
|
|
||||||
# Load oh-my-zsh
|
# Load oh-my-zsh
|
||||||
if [ -d $HOME/.oh-my-zsh ] ; then
|
if [ -d $HOME/.oh-my-zsh ] ; then
|
||||||
|
# Override gnome-keyring
|
||||||
|
unset SSH_AUTH_SOCK
|
||||||
|
unset SSH_AGENT_PID
|
||||||
ZSH=$HOME/.oh-my-zsh
|
ZSH=$HOME/.oh-my-zsh
|
||||||
ZSH_THEME="matir"
|
ZSH_THEME="matir"
|
||||||
ZSH_CUSTOM="$HOME/.zsh_custom"
|
ZSH_CUSTOM="$HOME/.zsh_custom"
|
||||||
|
|||||||
Reference in New Issue
Block a user