summaryrefslogtreecommitdiffstats
path: root/.config/nnn/plugins/joe_fzfcd
diff options
context:
space:
mode:
Diffstat (limited to '.config/nnn/plugins/joe_fzfcd')
-rwxr-xr-x.config/nnn/plugins/joe_fzfcd2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nnn/plugins/joe_fzfcd b/.config/nnn/plugins/joe_fzfcd
index 13ac1a5..b4df9a4 100755
--- a/.config/nnn/plugins/joe_fzfcd
+++ b/.config/nnn/plugins/joe_fzfcd
@@ -7,7 +7,7 @@ use Env qw(NNN_PIPE PWD);
sub main {
my $dir;
- $dir = `fd -t d -L | fzf --preview ' eza --color=always --icons -T -L1 {} |
+ $dir = `fd -t d -L | fzf --preview ' eza --color=always -T -L1 {} |
head -n 200'`;
chomp($dir);
open(FH, '>>', $NNN_PIPE) or die $!;