fix: reeable trash-cli and thefuck
This commit is contained in:
parent
f4be2573ff
commit
4aeb185e44
18
zsh.nix
18
zsh.nix
@ -1,10 +1,10 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
# programs.thefuck = {
|
programs.thefuck = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
# };
|
};
|
||||||
#
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true; # see note on other shells below
|
enableZshIntegration = true; # see note on other shells below
|
||||||
@ -49,8 +49,7 @@
|
|||||||
# source ~/.p10k-tty.zsh
|
# source ~/.p10k-tty.zsh
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
# eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
|
|
||||||
# Basic auto/tab complete:
|
# Basic auto/tab complete:
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
@ -147,8 +146,7 @@
|
|||||||
unexport="unset";
|
unexport="unset";
|
||||||
|
|
||||||
# Use trash instead of rm if available
|
# Use trash instead of rm if available
|
||||||
|
rm="trash";
|
||||||
# rm="trash";
|
|
||||||
cp="cp -i";
|
cp="cp -i";
|
||||||
mv="mv -i";
|
mv="mv -i";
|
||||||
|
|
||||||
@ -173,7 +171,7 @@
|
|||||||
tldr
|
tldr
|
||||||
lsd
|
lsd
|
||||||
eza
|
eza
|
||||||
# trash-cli
|
trash-cli
|
||||||
fzf # enhancd
|
fzf # enhancd
|
||||||
fd # enhancd
|
fd # enhancd
|
||||||
# rofi # for fd
|
# rofi # for fd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user