Created
July 10, 2025 08:59
-
-
Save NetzwergX/d08e63b1b5a691755d5079c7da04fc7c to your computer and use it in GitHub Desktop.
MacOS zsh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| eval "$(oh-my-posh init zsh --config $(brew --prefix oh-my-posh)/themes/polygnome.omp.json)" | |
| alias lsi='eza -al --icons --git --group-directories-first' | |
| # Completion system | |
| autoload -Uz compinit | |
| fpath=(/opt/homebrew/share/zsh/site-functions $fpath) | |
| compinit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment