mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
unify aliases
This commit is contained in:
parent
db4f9abc9d
commit
a36da6fe5e
4 changed files with 20 additions and 34 deletions
|
|
@ -11,6 +11,8 @@
|
|||
initExtraBeforeCompInit = builtins.readFile ./zsh/initExtraBeforeCompInit.zsh;
|
||||
initExtra = builtins.readFile ./zsh/initExtra.zsh;
|
||||
|
||||
shellAliases = import ./aliases.nix;
|
||||
|
||||
localVariables = {
|
||||
vivid_theme = "catppuccin-macchiato";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue