refactor fzf a bit
This commit is contained in:
parent
02e404da77
commit
22f3630c57
2 changed files with 11 additions and 6 deletions
|
@ -9,7 +9,6 @@
|
|||
bat
|
||||
fd
|
||||
file
|
||||
fzf
|
||||
git
|
||||
gnupg
|
||||
htop
|
||||
|
@ -69,8 +68,6 @@
|
|||
ll = "ls -lah";
|
||||
lt = "ls --tree";
|
||||
vim = "nvim";
|
||||
vf = "$EDITOR $(fzf)";
|
||||
vff = "$EDITOR $(ls|fzf)";
|
||||
mutt = "neomutt";
|
||||
grep = "grep --color=auto";
|
||||
nix-build="${pkgs.nix-output-monitor}/bin/nom-build";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue