From 1ad10fb4dfafcd7dd189a25ca69f6961985484d2 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 10 Mar 2021 21:13:58 +0100 Subject: Updates to color scheme, fzf sourcing, vim pydocstring --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index fd86808..9ff81b5 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,7 @@ [ -f $HOME/.config/zsh/antigen_pkgs.zsh ] && source $HOME/.config/zsh/antigen_pkgs.zsh [ -f $HOME/.config/zsh/keybindings.zsh ] && source $HOME/.config/zsh/keybindings.zsh [ -f $HOME/.config/zsh/programs.zsh ] && source $HOME/.config/zsh/programs.zsh -[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +[ -f $HOME/.config/zsh/fzf.zsh ] && source $HOME/.config/zsh/fzf.zsh # Created by `pipx` on 2021-03-01 21:32:03 export PATH="$PATH:/home/aktersnurra/.local/bin" -- cgit v1.2.3-70-g09d2