home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b501a3d99b7bb85df09eb9e73baac24bcdef4e09
parent 2a26bdba732e2f5950fce966c4cd4585b191f06e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 24 Aug 2018 18:11:29 +0200

Add git st back

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mgit.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/git.nix b/git.nix @@ -38,6 +38,7 @@ rec { ls-ignored = "ls-files --exclude-standard --ignored --others"; resolve = "!git ls-files --unmerged | cut -c51- | sort -u | xargs git add"; su = "submodule update --init --recursive"; + st = "status"; w = "status -sb"; }; extraConfig = {