From 4730bf5984d827165c25c427a33d56a4d5e652b4 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Mon, 21 Oct 2024 01:02:55 +0200 Subject: [PATCH] fish git aliases --- fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fish.nix b/fish.nix index fef484c..7910e2a 100644 --- a/fish.nix +++ b/fish.nix @@ -100,6 +100,10 @@ del = "trash -rf"; rsyncp = "rsync --info=progress2 --no-inc-recursive"; ffmpeg = "ffmpeg -hide_banner"; + co = "git checkout"; + stash = "git stash"; + popstash = "git stash pop"; + pull = "git pull"; }; plugins = [