n 2: add git status alias

This commit is contained in:
nin 2017-01-26 21:25:18 +01:00
parent 5db85240ed
commit 1b57bcf233

View File

@ -86,6 +86,10 @@ with import <stockholm/lib>;
nixpkgs.config.allowUnfree = true;
environment.shellAliases = {
gs = "git status";
};
environment.systemPackages = with pkgs; [
#stockholm
git