diff options
-rw-r--r-- | user/settings/shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix index 70f88be3..a857e15c 100644 --- a/user/settings/shell.nix +++ b/user/settings/shell.nix @@ -84,6 +84,7 @@ in gkf = "git push --force-with-lease"; gj = "git pull"; gl = "git lg"; + gls = "git ls"; gm = "git merge"; ge = "git remote"; ges = "git remote -v show"; |