mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
improve fzf project presentation
This commit is contained in:
parent
8ba28be649
commit
0cfad06763
@ -16,7 +16,10 @@
|
||||
--hidden \
|
||||
"^.git\$" \
|
||||
| xargs dirname \
|
||||
| fzf)
|
||||
| fzf \
|
||||
--delimiter '/' \
|
||||
--with-nth 6.. \
|
||||
)
|
||||
and cd $projdir
|
||||
and commandline -f execute
|
||||
'';
|
||||
|
@ -30,6 +30,7 @@ in {
|
||||
qrencode # Generate qr codes
|
||||
vimv # Batch rename files
|
||||
dig # DNS lookup
|
||||
lf # File viewer
|
||||
];
|
||||
|
||||
programs.zoxide.enable = true; # Shortcut jump command
|
||||
|
Loading…
Reference in New Issue
Block a user