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 = [