feat: new abbreviations

This commit is contained in:
Moritz Böhme 2023-09-23 09:46:46 +02:00
parent 271cbb359b
commit ef0ec4693c
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 35 additions and 1 deletions

View file

@ -105,6 +105,8 @@ in
abbreviations = {
us = "systemctl --user";
rs = "sudo systemctl";
uj = "journalctl --user";
rj = "sudo journalctl";
};
aliases = {
ls = "exa -lh --icons --git";