update before update
This commit is contained in:
parent
ebac260b64
commit
dee2a92cf1
3 changed files with 12 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ let
|
|||
"ll" = "${pkgs.eza}/bin/eza --git";
|
||||
"lt" = "${pkgs.eza}/bin/eza --long --tree -L 3";
|
||||
"open" = "${pkgs.xdg-utils}/bin/xdg-open";
|
||||
"clip" = "${pkgs.wl-clipboard-rs}/wl-copy";
|
||||
"cb" = "${pkgs.wl-clipboard-rs}/wl-copy";
|
||||
|
||||
"pull" = "${pkgs.git}/bin/git pull";
|
||||
"push" = "${pkgs.git}/bin/git push";
|
||||
|
|
@ -21,6 +21,10 @@ let
|
|||
"patch" = "${pkgs.git}/bin/git add -p";
|
||||
"amend" = "${pkgs.git}/bin/git commit --amend";
|
||||
"log" = "${pkgs.git}/bin/git log --all --graph --decorate";
|
||||
"status" = "${pkgs.git}/bin/git status";
|
||||
"checkout" = "${pkgs.git}/bin/git checkout";
|
||||
"rebase" = "${pkgs.git}/bin/git rebase";
|
||||
"stash" = "${pkgs.git}/bin/git stash";
|
||||
};
|
||||
# extracting any compressed format
|
||||
extract = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue