1
1
Fork 0

fish: make some abbrevations no longer anywhere

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-19 19:42:23 -05:00
parent c687b7dd2f
commit 8b4fd047d9
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -82,20 +82,6 @@ in {
"/r" = any "/run"; "/r" = any "/run";
"/rc" = any "/run/current-system"; "/rc" = any "/run/current-system";
reboot = any "systemctl reboot";
restart = any "systemctl reboot";
poweroff = any "systemctl poweroff";
shutdown = any "systemctl poweroff";
backup = any "borgmatic -v 1 create --progress --stats";
extract = any "borgmatic -v 1 extract --progress";
init = any "borgmatic init -e repokey-blake2";
key = any "borgmatic key export";
list = any "borgmatic -v 1 list";
restore = any "borgmatic -v 1 restore";
rsync = any "rsync --info=progress2";
jc = any "journalctl"; jc = any "journalctl";
jcs = any "journalctl --system"; jcs = any "journalctl --system";
jcse = any "journalctl --system --pager-end"; jcse = any "journalctl --system --pager-end";
@ -175,6 +161,20 @@ in {
ip = "tailscale ip --4"; ip = "tailscale ip --4";
reboot = "systemctl reboot";
restart = "systemctl reboot";
poweroff = "systemctl poweroff";
shutdown = "systemctl poweroff";
backup = "borgmatic -v 1 create --progress --stats";
extract = "borgmatic -v 1 extract --progress";
init = "borgmatic init -e repokey-blake2";
key = "borgmatic key export";
list = "borgmatic -v 1 list";
restore = "borgmatic -v 1 restore";
rsync = "rsync --info=progress2";
n = "nixos"; n = "nixos";
nb = "nixos build"; nb = "nixos build";
nbb = "nixos build boot"; nbb = "nixos build boot";