From 7e586ac8f31954a12a288df41c6d73b1465d061e Mon Sep 17 00:00:00 2001 From: nin Date: Thu, 26 Jan 2017 21:25:18 +0100 Subject: n 2: add git status alias --- nin/2configs/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nin/2configs') diff --git a/nin/2configs/default.nix b/nin/2configs/default.nix index 260dbc5..0ff0f8a 100644 --- a/nin/2configs/default.nix +++ b/nin/2configs/default.nix @@ -86,6 +86,10 @@ with import ; nixpkgs.config.allowUnfree = true; + environment.shellAliases = { + gs = "git status"; + }; + environment.systemPackages = with pkgs; [ #stockholm git -- cgit v1.2.3