fish git aliases
This commit is contained in:
parent
61ce7a8703
commit
4730bf5984
1 changed files with 4 additions and 0 deletions
4
fish.nix
4
fish.nix
|
|
@ -100,6 +100,10 @@
|
||||||
del = "trash -rf";
|
del = "trash -rf";
|
||||||
rsyncp = "rsync --info=progress2 --no-inc-recursive";
|
rsyncp = "rsync --info=progress2 --no-inc-recursive";
|
||||||
ffmpeg = "ffmpeg -hide_banner";
|
ffmpeg = "ffmpeg -hide_banner";
|
||||||
|
co = "git checkout";
|
||||||
|
stash = "git stash";
|
||||||
|
popstash = "git stash pop";
|
||||||
|
pull = "git pull";
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue