Duplicated hl binds, ripgrep -L

This commit is contained in:
Hane 2024-07-15 18:13:52 +02:00
commit 6c93f2f9f7
7 changed files with 121 additions and 11 deletions

View file

@ -5,6 +5,7 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
bind Space:magic-space
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias lsp='ls -al --color=auto'