Created
May 14, 2024 20:10
-
-
Save alsgu3rra/3d7384e24f539b56a03d570200be3ed7 to your computer and use it in GitHub Desktop.
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
source $HOME/.shellrc | |
source $HOME/.aliasesrc | |
export ZSH=/usr/share/oh-my-zsh/ | |
ZSH_THEME="kafeitu" | |
plugins=(git) | |
if [ -f $ZSH/oh-my-zsh.sh ]; then | |
source $ZSH/oh-my-zsh.sh | |
fi | |
if [ -f /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]; then | |
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | |
fi | |
setopt GLOB_DOTS | |
unsetopt SHARE_HISTORY | |
[[ -f ~/.zshrc-personal ]] && . ~/.zshrc-personal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment