Compare commits

..

No commits in common. "ce8accfb192d919599264f4e92005ef4dd5a99ec" and "755b3c6c4c9c755b95d796eed7c443d6d13340cf" have entirely different histories.

2 changed files with 2 additions and 2 deletions

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

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 rgi="rg --no-ignore"
alias rg="rg --no-ignore"
alias home="cd $HOME"
alias ff=firefox
alias bell="tput bel"