diff --git a/modules/fish.nix b/modules/fish.nix index 94f84bb0..91fd629e 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -44,6 +44,7 @@ gcl = "git clone"; gco = "git checkout"; gcot = "git checkout --theirs"; + gcp = "git cherry-pick"; gd = "git diff"; # Show all file changes not staged yet gds = "git diff --staged"; # Show changes staged but not committed gi = "git init";