fixing yazi plugins
This commit is contained in:
parent
d618ecf02e
commit
38f162562e
17 changed files with 43 additions and 822 deletions
|
@ -58,28 +58,24 @@
|
|||
tree
|
||||
emoji-picker
|
||||
|
||||
sox
|
||||
imgcat
|
||||
ghostscript
|
||||
playerctl
|
||||
tesseract
|
||||
dockfmt
|
||||
trash-cli
|
||||
poppler_utils
|
||||
|
||||
fishPlugins.foreign-env
|
||||
fishPlugins.fzf-fish
|
||||
fishPlugins.fifc
|
||||
fishPlugins.bass
|
||||
fishPlugins.autopair
|
||||
fishPlugins.forgit
|
||||
fishPlugins.colored-man-pages
|
||||
|
||||
sox
|
||||
|
||||
imgcat
|
||||
ghostscript
|
||||
playerctl
|
||||
|
||||
tesseract
|
||||
|
||||
dockfmt
|
||||
|
||||
trash-cli
|
||||
|
||||
poppler_utils
|
||||
|
||||
fossil
|
||||
television
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
@ -99,6 +95,7 @@
|
|||
};
|
||||
interactiveShellInit = ''
|
||||
bind --erase \ct
|
||||
fzf_configure_bindings --variables=\e\cv
|
||||
'';
|
||||
plugins = [
|
||||
{
|
||||
|
@ -141,7 +138,6 @@
|
|||
git = true;
|
||||
icons = "auto";
|
||||
colors = "auto";
|
||||
# extraOptions = [ "--header" ];
|
||||
};
|
||||
fd = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue