Skip to content

Commit

Permalink
Fix command to show hidden files using fzf/rg
Browse files Browse the repository at this point in the history
  • Loading branch information
bpinto committed Dec 8, 2018
1 parent 5c5c801 commit 8f77153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/omf/init.fish
Expand Up @@ -28,7 +28,7 @@ set -gx FZF_ALT_C_COMMAND "
-o -type d -print 2> /dev/null"

# Do not ignore hidden files when filtering files (e.g. vim integration)
set -gx FZF_DEFAULT_COMMAND 'rg --files'
set -gx FZF_DEFAULT_COMMAND "rg --files --hidden -g'!.git'"

# Configure PATH
set PATH ~/.gem/ruby/2.4.0/bin /usr/local/bin $PATH

0 comments on commit 8f77153

Please sign in to comment.