Skip to content

Commit

Permalink
feat: update aliases to use our own trash cli
Browse files Browse the repository at this point in the history
  • Loading branch information
datsfilipe committed Jan 9, 2025
1 parent 9ba4cef commit c12fb5d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions home/base/core/shells/shellAliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"lla"="eza --color always --icons -1galb -s name --git --sort date --group-directories-first";
"tree"="eza --tree -D -L 3";

"del"="trash-put";
"dels"="trash-list";
"delu"="trash-restore";
"delc"="trash-empty";
"delr"="trash-rm";
"del"="trash";
"dels"="trash --list";
"delu"="trash --fzf";
"delr"="trash --restore";
"delc"="trash --cleanup";
"delca"="trash --cleanup-all";

"g"="git";
"ga"="git add";
Expand Down

0 comments on commit c12fb5d

Please sign in to comment.