diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-07-26 11:01:53 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-07-26 11:01:53 -0700 |
| commit | 17e871833d66f7fc6a6fcab043e51b196f103855 (patch) | |
| tree | 1bcb86bbee7fade4015745536aa6ae33804a99fe /users/programs/fish.nix | |
| parent | fix alacritty configuration (diff) | |
| download | infra-17e871833d66f7fc6a6fcab043e51b196f103855.tar.gz | |
moved every programs under users/programs
Configurations specific to work are managed in the work profile.
Diffstat (limited to '')
| -rw-r--r-- | users/programs/fish.nix (renamed from users/profiles/fish.nix) | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/users/profiles/fish.nix b/users/programs/fish.nix index 314e9f6..e5a1013 100644 --- a/users/profiles/fish.nix +++ b/users/programs/fish.nix @@ -22,10 +22,5 @@ g = "git"; gap = "git add --patch"; }; - shellAliases = { - la = "eza -la --git --color=always --group-directories-first"; - ll = "eza -la -L=1 --git --color=always --group-directories-first"; - lt = "eza -aT -L=2 --git --color=always --group-directories-first"; - }; }; } |
