A Proper Zsh Video

A More Complete Guide to Zsh Prompt Variables: https://voracious.dev/a-guide-to-cust... Case Insensitive Tab Completion: autoload -Uz compinit && compinit zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' Git Right Side Prompt: autoload -Uz vcs_info precmd_vcs_info() { vcs_info } precmd_functions+=( precmd_vcs_info ) setopt prompt_subst RPROMPT=\$vcs_info_msg_0_ zstyle ':vcs_info:git:*' formats '%F{yellow}(%b)%r%f' zstyle ':vcs_info:*' enable git Randomize Formula: RANDOM=$$$(date +%s) ignition=${PROMPTS[$RANDOM % ${#RANDOM[*]}]} PROMPT='%F{blue}%1~%f %F{cyan}$ignition%f ' Looking for an excellent bank account? You can receive a free 25$ USD when signing up for an account with SoFi Bank using my referral link below. This is my personal bank of choice, and I also get a kickback for signups, so it's a great way to support the channel. https://www.sofi.com/invite/money?gcp... (Affiliate Link) My Odysee Channel: https://odysee.com/@makc:a View My dotFiles: https://github.com/makccr/dot My Wallpapers: https://github.com/makccr/wallpapers Connect My Website: http://makc.co​ My Reddit:   / mack_criswell   My GitHub: https://github.com/makccr​ MAKC: https://open.spotify.com/playlist/6lO... Featuring Music From: All Good Folks' "Heat Up"   / allgoodfolks   ~ 0:00 - Intro 0:36 - Zsh 1:08 - My Zsh Config 2:21 - .zshenv 4:38 - Aliases 7:31 - .zprofile (Custom Fortune Database) 9:30 - Default Applications 10:14 - Vi Mode 10:48 - Case Insensitive Tab Completion 11:53 - A Custom Zsh Prompt 17:21 - Random Zsh Prompt Symbol in an Array 20:08 - Outro