shell: dont replace native fzf per default

This commit is contained in:
Marco Thomas
2023-03-07 10:46:41 +01:00
parent aee29e8ca3
commit bc43486dbf
3 changed files with 3 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# zsh specific
if [[ "$SHELL" =~ "zsh$" ]]; then
alias -g G='| grep -i'
alias -g G='| rg -i'
alias -g L='| less'
fi