all repos — nixfiles @ 9094360d8c4f42f8f0a6a0475051877dc2c38fe5

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

zsh: Fix path to FreeBSD configuration

Alan Pearce
commit

9094360d8c4f42f8f0a6a0475051877dc2c38fe5

parent

21b6f0cd68028c1e64c97e1ab7143fed4151c35d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M zsh/interactive.zshzsh/interactive.zsh
@@ -363,5 +363,5 @@ autoload -U fasd
source ~/.zsh/cache/fasd-init-zsh if [[ $OSTYPE == freebsd* ]]; then - source zsh/freebsd.zsh + source ~/projects/dotfiles/zsh/freebsd.zsh fi