fish: add poweroff alias

This commit is contained in:
Leonardo Eugênio 2024-06-29 01:32:47 -03:00
parent f5945b14fa
commit 278b12c001

View file

@ -36,6 +36,7 @@ in
shellAliases = { shellAliases = {
rm = "trash"; rm = "trash";
tree = "eza -T"; tree = "eza -T";
kys = "shutdown now";
}; };
shellAbbrs = { shellAbbrs = {
off = "shutdown now"; off = "shutdown now";