Bashrc/Zshrc Setup: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:
<hr>
<hr>
For the zshrc to work right, you have to also install <code>zsh-autosuggestions</code>
For the zshrc to work right, you have to also install <code>zsh-autosuggestions</code>
sudo apt install zsh-autosuggestions

Revision as of 21:04, 24 March 2026

My .bashrc file

wget -O ~/.bashrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/bashrc.txt

My .zshrc file

wget -O ~/.zshrc https://kirbfeels.luccapirovano.com/library/ArchivalPurposes/wiki-files/bashrc-zshrc-setup/zshrc.txt

Notable changes/steps:


For the zshrc to work right, you have to also install zsh-autosuggestions

sudo apt install zsh-autosuggestions