diff options
| author | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-21 02:21:54 +0530 |
|---|---|---|
| committer | DemonKingSwarn <rockingswarn@gmail.com> | 2026-04-21 02:21:54 +0530 |
| commit | da28edc9422eeaac1af42a5a00c9517c7029edf0 (patch) | |
| tree | 5e3025e3910a0d244e9a609eb881cd4ddcce0047 | |
| parent | 486b51c244e95e14fd1a8c649a5c2f5c5382ee68 (diff) | |
| download | odysseus-da28edc9422eeaac1af42a5a00c9517c7029edf0.zip odysseus-da28edc9422eeaac1af42a5a00c9517c7029edf0.tar.gz | |
Committing fixes in the dark, seriously, who killed my power!?
an automated commit
| -rw-r--r-- | home/zsh.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/zsh.nix b/home/zsh.nix index aeeead5..872ee93 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -85,7 +85,7 @@ tree = "eza -T"; mv = "mvg -ig"; - rm = "rip -i --graveyard $HOME/.local/share/Trash"; + #rm = "rip -i --graveyard $HOME/.local/share/Trash"; ln = "ln -i"; cp = "cpg -ig"; @@ -145,7 +145,7 @@ eval "$(starship init zsh)" eval "$(atuin init zsh)" - # functions + # functmons function help() { "$@" --help 2>&1 | bat --plain --language=help } |
