all repos — nixfiles @ 0b94384382c0fb6e83d85feb1f6a0548f778c84b

System and user configuration, managed by nix and home-manager

Merge branch 'master' of github.com:alanpearce/dotfiles

Alan Pearce
commit

0b94384382c0fb6e83d85feb1f6a0548f778c84b

parent

e743a4e8d3949bd1e64907485bec741cfb00a08b

1 file changed, 4 insertions(+), 4 deletions(-)

changed files
M tag-zsh/config/zsh/zshrctag-zsh/config/zsh/zshrc
@@ -30,7 +30,7 @@ )
users=(alan root toor) -if [[ $os == "gnu" ]] +if [[ $os == "gnu" && -z $SSH_CLIENT ]] then export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" fi
@@ -355,12 +355,12 @@ fi
fi } -_FASD_DATA="$HOME/.cache/zsh/fasd-data" -if [[ -e ~/.config/zsh/fasd.zsh ]] +if [[ -n $commands[fasd] && -e ~/.config/zsh/fasd.zsh ]] then + _FASD_DATA="$HOME/.cache/zsh/fasd-data" source ~/.config/zsh/fasd.zsh else - echo "fasd init file is missing." + echo "fasd not enabled." fi case $os in