Commonly used shell config locations:
~/.bashrc
~/.zshrc
~/.config/fish/
.bashrc
This is where bash configs live.
.zshrc
Similar to .bashrc, also where configs live, but with a slightly different syntax.
These are a few shell prompts:
Terminals effect many things:
Minimal:
Maximal:
Alternatives for standard commands:
bat
cat
fd
find
fzf
tldr
man
Demo: `.bashrc` from my flip
Demo: my `.zshrc`
https://wiki.archlinux.org/title/Bash/Prompt_customization
DEMO: bash prompt creation
DEMO: my prompt + config
Terminals will be a sperate talk
DEMO: my zsh plugins