Last active
September 8, 2023 17:16
-
-
Save niro1987/47fd691351cb9cc5d3c1ec0deaba6e55 to your computer and use it in GitHub Desktop.
oh-myz-zsh config
This file contains 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
export ZSH="$HOME/.oh-my-zsh" | |
ZSH_THEME="robbyrussell" | |
zstyle ':omz:update' mode auto | |
plugins=(git history zsh-autosuggestions zsh-syntax-highlighting ohmyzsh-full-autoupdate) | |
source $ZSH/oh-my-zsh.sh | |
export LANG=en_US.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment