try this for shell completions

This commit is contained in:
Osman Faruk Bayram 2025-11-26 10:43:41 +03:00
parent c5181be5c5
commit 76f16f4552

View file

@ -13,6 +13,8 @@
EDITOR = lib.mkDefault "nvim";
};
home.packages = [ pkgs.forgejo-cli ];
home.shellAliases = {
c = "code .";
l = "eza --all --long --git --icons --group --sort size --header --group-directories-first";