add some ls aliases based on eza
This commit is contained in:
parent
ede2738e78
commit
499755444a
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ in
|
|||
{
|
||||
config = lib.mkIf config.${feature}.enable {
|
||||
environment.shellAliases = {
|
||||
l = "eza --long --header --group-directories-first --icons always";
|
||||
la = "l -a";
|
||||
g = "lazygit";
|
||||
ns = "nh os switch";
|
||||
rf = "nix flake init --template 'https://flakehub.com/f/the-nix-way/dev-templates/*#rust' && direnv allow";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue