Skip to content

Commit

Permalink
add path to ripgrep config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pustelto committed May 21, 2024
1 parent 1109390 commit 6d65581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ _fzf_compgen_path() {
fd --type f --hidden --follow --no-ignore --exclude ".git" --exclude "node_modules" . "$1"
}

# ripgrep config file
RIPGREP_CONFIG_PATH=$HOME/.ripgreprc

# Bat config
# export BAT_THEME="Monokai Extended"
# export BAT_PAGER=less
Expand Down

0 comments on commit 6d65581

Please sign in to comment.