summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/zsh/zshrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/user/zsh/zshrc b/user/zsh/zshrc
index e7bc871b..6632490e 100644
--- a/user/zsh/zshrc
+++ b/user/zsh/zshrc
@@ -110,8 +110,7 @@ fi
 
 export FZF_CTRL_T_COMMAND='
   (git ls-tree -r --name-only HEAD ||
-        fd --hidden --follow --exclude ".git" . |
-              sed s/^..//) 2> /dev/null'
+        fd --hidden --follow --exclude ".git" .) 2> /dev/null'
 export FZF_ALT_C_COMMAND='fd --type d --hidden --follow --exclude ".git" .'
 export FZF_DEFAULT_COMMAND=$FZF_CTRL_T_COMMAND