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 = {
rm = "trash";
tree = "eza -T";
kys = "shutdown now";
};
shellAbbrs = {
off = "shutdown now";