mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 22:45:37 +00:00
improve fzf project presentation
This commit is contained in:
parent
8ba28be649
commit
0cfad06763
@ -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
|
||||||
'';
|
'';
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user