dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 33555005963e57c8735be33985af40f52fa733bd
parent 6d8ba8c871146ed143221fb6a3ca0e66b4a4c96b
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue, 22 Jan 2019 20:43:24 -0500

Don't search for hidden files.

Diffstat:
M.config/lf/lfrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
@@ -37,7 +37,7 @@ map <a-w> copy
 map <c-y> paste
 
 # Fuzzy search for current directory and below.
-map <c-s> $lf -remote "send $id select '$(fd -I -H | fzf)'"
+map <c-s> $lf -remote "send $id select '$(fd --no-ignore-vcs -t d | fzf)'"
 
 # define a custom 'open' command
 # This command is called when current file is not a directory. You may want to