diff --git a/README.md b/README.md index 358115e..62cc8c2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,8 @@ Utils (EXPAND) - ```c``` $\rightarrow$ ```clear``` -- ```cd``` $\rightarrow$ ```z``` +- ```cd``` $\rightarrow$ ```z``` +- ```tt``` $\rightarrow$ ```gtrash put``` - ```vim``` $\rightarrow$ ```nvim``` - ```cat``` $\rightarrow$ ```bat``` - ```nano``` $\rightarrow$ ```micro``` diff --git a/modules/home/package/default.nix b/modules/home/package/default.nix index eca2fed..d317f9a 100644 --- a/modules/home/package/default.nix +++ b/modules/home/package/default.nix @@ -7,6 +7,7 @@ fd # find replacement file # Show file information fzf # fuzzy finder + gtrash # rm replacement, put deleted files in system trash hexdump jdk17 # java lazygit diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 70960ad..5b75b34 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -19,7 +19,7 @@ # Utils c = "clear"; cd = "z"; - # vim = "nvim"; + tt = "gtrash put"; cat = "bat"; nano = "micro"; icat = "kitten icat";