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 mpv
neofetch neofetch
nix-prefetch-scripts nix-prefetch-scripts
obsidian
openvpn openvpn
pavucontrol pavucontrol
pcmanfm pcmanfm

View file

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