switch: update switch script

This commit is contained in:
Leonardo Eugênio 2024-09-29 00:11:28 -03:00
parent 653f016b51
commit 7eedcdcd03
2 changed files with 3 additions and 5 deletions

View file

@ -36,7 +36,6 @@ in
shellAliases = {
rm = "trash";
tree = "eza -T";
kill_yourself = "shutdown now";
};
shellAbbrs = {
off = "shutdown now";
@ -51,7 +50,7 @@ in
c = "cargo";
# system
sv = "sudo systemct";
suv = "sudo systemct --user";
suv = "systemct --user";
# docker abbrs
d = "docker";
dc = "docker-compose";