mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
Move aliases for extras
This commit is contained in:
parent
d63f9982f4
commit
f224e7cfc1
2 changed files with 6 additions and 3 deletions
|
@ -21,9 +21,6 @@ in {
|
||||||
htop = "btm";
|
htop = "btm";
|
||||||
fd = "fd -Lu";
|
fd = "fd -Lu";
|
||||||
w3m = "w3m -no-cookie -v";
|
w3m = "w3m -no-cookie -v";
|
||||||
neofetch = "disfetch";
|
|
||||||
fetch = "disfetch";
|
|
||||||
gitfetch = "onefetch";
|
|
||||||
"," = "comma";
|
"," = "comma";
|
||||||
",," = "comma-shell";
|
",," = "comma-shell";
|
||||||
};
|
};
|
||||||
|
|
|
@ -42,5 +42,11 @@ in {
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.zsh.shellAliases = {
|
||||||
|
neofetch = "disfetch";
|
||||||
|
fetch = "disfetch";
|
||||||
|
gitfetch = "onefetch";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue