From f4212be6046e219e70b681d9f4147578c12ce207 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 13 Mar 2019 23:29:01 +0900 Subject: [PATCH] Fix sed --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 4616616..13f837b 100644 --- a/emacs.el +++ b/emacs.el @@ -744,7 +744,7 @@ found, otherwise returns nil." "\\( -fstype 'sysfs' -o -fstype 'devfs' -o -fstype 'devtmpfs' -o -fstype 'proc' \\) -prune " "-o -print 2> /dev/null " "| " - "sed -e 's|\\./||'"))) + "sed -e 's|^\\./||'"))) (setenv "FZF_DEFAULT_COMMAND" defcmd)) ;; (define-key ctl-x-map (kbd "C-f") 'fzf) )