zsh: Reorganise directory layout
This commit is contained in:
parent
4556ec6c73
commit
0d08f9c6db
|
@ -23,6 +23,6 @@
|
||||||
./youtube-dl.nix
|
./youtube-dl.nix
|
||||||
./ytcc.nix
|
./ytcc.nix
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
./zsh.nix
|
./zsh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,7 +84,7 @@ in
|
||||||
source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh
|
source ${pkgs.zsh-fast-syntax-highlighting}/share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh
|
||||||
FAST_HIGHLIGHT_STYLES[comment]=fg=010
|
FAST_HIGHLIGHT_STYLES[comment]=fg=010
|
||||||
|
|
||||||
source ${../files/zsh/pass-wrappers.zsh}
|
source ${./pass-wrappers.zsh}
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
};
|
};
|
Loading…
Reference in a new issue