Skip to content

Commit

Permalink
MAINT: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jan 30, 2025
1 parent 93b1684 commit 9fee528
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ web:*.{html,css,js}*

# Because who cares about case!?
--smart-case

--ignore-file
$HOME/.config/ripgrep/ignore
1 change: 0 additions & 1 deletion dot_config/ripgrep/ignore

This file was deleted.

4 changes: 2 additions & 2 deletions dot_config/shellrc/posix.d/03_exports.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ else
export EDITOR=vim
fi

{{ if or (.use_rust "yes") (lookPath "rg") -}}
{{ if or (eq .use_rust "yes") (lookPath "rg") -}}
export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'
export FZF_DEFAULT_OPTS="--extended --ansi --multi"
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/ignore"
export RIPGREP_CONFIG_PATH="$HOME/.config/ripgrep/.ripgreprc"
{{ end -}}

# LANGUAGE must be set by en_US
Expand Down

0 comments on commit 9fee528

Please sign in to comment.