ChrisTitusTech / mybash

My Bash profile - Highly customized Starship Theme - Just imagine Powerlevel10k and Nord Theme had a baby.
375 stars 190 forks source link

Fix interactive shell, add nala and rg #47

Closed MANICX100 closed 3 months ago

MANICX100 commented 4 months ago

iceWM throws error on bashrc thanks to bind command fixed in first commit.

Edited rc to use rg instead of grep in an alias. Not sure if aliases expand so perhaps should use rg everywhere as it's a drop-in replacement and faster compared to grep.

Edited setup to work with nala colorful apt frontend.

Edited setup to not install neovim as a dependency if in path checking nvim command. This is for the use case where i have neovim installed via appimage already eg via the am package manager.