1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

lnl: cleanup aliases

This commit is contained in:
Daiderd Jordan 2018-01-12 21:54:52 +01:00
parent ca5c600c7a
commit 23da403335
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -279,9 +279,6 @@
environment.shellAliases.grh = "git reset --hard";
environment.shellAliases.l = "ls -lh";
environment.shellAliases.ls = "ls -G";
environment.shellAliases.nb = "nix-build";
environment.shellAliases.ni = "nix-instantiate";
environment.shellAliases.ns = "nix-shell";
nix.nixPath =
[ # Use local nixpkgs checkout instead of channels.