fix up fish aliases/abbrs

This commit is contained in:
atagen 2025-07-21 13:51:35 +10:00
parent 3d85727642
commit e3fe2b9f4b

View file

@ -1,11 +1,9 @@
{
pkgs,
inputs,
config,
...
}:
let
inherit (config) rice;
inherit (pkgs) fish;
in
{
@ -26,8 +24,13 @@ in
"gap" = "git commit -a --amend --no-edit && git push --force";
"gl" = "git pull";
"ga" = "git add";
"l" = "eza -lg --icons=always --colour=always | culr";
"la" = "eza -lg --icons=always --colour=always | culr";
"gcam" = "git commit -am";
};
shellAliases = {
"l" = "eza -lg --icons=always --colour=always $argv | culr";
"la" = "eza -lg --icons=always --colour=always $argv | culr";
"p" = "ps $argv | culr";
"mnt" = "mount | culr";
};
interactiveShellInit = ''
${./rice/header.sh}