improve fzf project presentation

This commit is contained in:
Noah Masur 2022-06-26 21:53:08 -04:00
parent 8ba28be649
commit 0cfad06763
2 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,10 @@
--hidden \ --hidden \
"^.git\$" \ "^.git\$" \
| xargs dirname \ | xargs dirname \
| fzf) | fzf \
--delimiter '/' \
--with-nth 6.. \
)
and cd $projdir and cd $projdir
and commandline -f execute and commandline -f execute
''; '';

View File

@ -30,6 +30,7 @@ in {
qrencode # Generate qr codes qrencode # Generate qr codes
vimv # Batch rename files vimv # Batch rename files
dig # DNS lookup dig # DNS lookup
lf # File viewer
]; ];
programs.zoxide.enable = true; # Shortcut jump command programs.zoxide.enable = true; # Shortcut jump command