From fa74099eba48b3a3776841343008220906fc0e6a Mon Sep 17 00:00:00 2001 From: joe Date: Tue, 16 Sep 2025 15:31:18 +0200 Subject: up --- .config/nnn/plugins/joe_fzfcd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/nnn') diff --git a/.config/nnn/plugins/joe_fzfcd b/.config/nnn/plugins/joe_fzfcd index 91accba..13ac1a5 100755 --- a/.config/nnn/plugins/joe_fzfcd +++ b/.config/nnn/plugins/joe_fzfcd @@ -8,7 +8,7 @@ sub main { my $dir; $dir = `fd -t d -L | fzf --preview ' eza --color=always --icons -T -L1 {} | - head -n 200'`; + head -n 200'`; chomp($dir); open(FH, '>>', $NNN_PIPE) or die $!; print FH '0c' . $PWD . '/' . $dir; -- cgit v1.2.3