Skip to content

Instantly share code, notes, and snippets.

@alsgu3rra
Created May 14, 2024 20:10
Show Gist options
  • Save alsgu3rra/3d7384e24f539b56a03d570200be3ed7 to your computer and use it in GitHub Desktop.
Save alsgu3rra/3d7384e24f539b56a03d570200be3ed7 to your computer and use it in GitHub Desktop.
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