Fix shell aliases

This commit is contained in:
Filippo Berto 2021-09-14 10:37:20 +02:00
parent ab69dc3c01
commit 8e57725eb4
2 changed files with 1 additions and 2 deletions

View file

@ -75,7 +75,6 @@ in
mpv
neofetch
nix-prefetch-scripts
obsidian
openvpn
pavucontrol
pcmanfm

View file

@ -8,7 +8,7 @@ let
"nf" = "find /nix/store/ -maxdepth 1 | grep";
"ns" = "nix search nixpkgs";
"nS" = "nix-shell";
"sc" = "systemctl";
"sc" = "sudo systemctl";
"scu" = "systemctl --user";
};
in