diff options
Diffstat (limited to 'user/settings/shell.nix')
-rw-r--r-- | user/settings/shell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index e35564ef..72fcde3c 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -77,8 +77,12 @@ in ga = "git add"; gs = "git st"; + gds = "git dshow"; + gsl = "git dshow"; gd = "git diff"; gdc = "git diff --cached"; + gdd = "git ddiff"; + gddc = "git ddiff --cached"; gf = "git fetch"; gk = "git push"; gkf = "git push --force-with-lease"; |