zsh: Reorganise directory layout

upower
Simon Bruder 2021-07-17 13:41:15 +02:00
parent 4556ec6c73
commit 0d08f9c6db
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
3 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@
./youtube-dl.nix
./ytcc.nix
./zathura.nix
./zsh.nix
./zsh
];
}

View File

@ -84,7 +84,7 @@ in
source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh
FAST_HIGHLIGHT_STYLES[comment]=fg=010
source ${../files/zsh/pass-wrappers.zsh}
source ${./pass-wrappers.zsh}
'')
];
};