From 1b57bcf233e66710a33380f2de0874be79a96f9e 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 260dbc5b..0ff0f8ae 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