fish git aliases

This commit is contained in:
Antoine Vaure 2024-10-21 01:02:55 +02:00
parent 61ce7a8703
commit 4730bf5984

View file

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