modules/home/programs/shell/fish.nix: add joshuto alias

hosts/dunamis/users.nix: concat in the function

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-31 23:08:07 +03:00
parent 23acb87339
commit 50d5b54150
2 changed files with 4 additions and 2 deletions

View File

@ -36,11 +36,12 @@ in {
cd = "z";
ed = "$EDITOR";
jf = "jj-fzf"; # think of jeff
jo = "joshuto"; # think of josh
l = "ls -lah";
la = "ls -ah";
ll = "ls -lh";
s = "systemctl";
p = "pueue";
s = "systemctl";
};
shellAbbrs = {
pa = "pueue add --";