Compare commits

...

2 commits

Author SHA1 Message Date
ce8accfb19
rgi instead of rg always ignore 2025-07-10 22:45:44 +02:00
d08c93ac3a
update nvim 2025-07-10 22:45:34 +02:00
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 478a16e9f160776f9693824769e5c3dc3cf51089
Subproject commit bba60882104ca3b44f7eda0f584a653c5b8ebf57

2
.zshrc
View file

@ -48,7 +48,7 @@ alias open=xdg-open
alias ipb="ip -brief"
alias psa="ps -eadf"
alias fsize="stat --printf='%s'"
alias rg="rg --no-ignore"
alias rgi="rg --no-ignore"
alias home="cd $HOME"
alias ff=firefox
alias bell="tput bel"