Skip to content

Instantly share code, notes, and snippets.

@tioxy
Last active September 13, 2018 17:34
Show Gist options
  • Save tioxy/2d063df522c8984cc679e27156d1e5fc to your computer and use it in GitHub Desktop.
Save tioxy/2d063df522c8984cc679e27156d1e5fc to your computer and use it in GitHub Desktop.
.zshrc
#
# ZSH
#
ZSH="/root/.oh-my-zsh"
ZSH_THEME="blinks"
CASE_SENSITIVE="true"
ENABLE_CORRECTION="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
HIST_STAMPS="dd/mm/yyyy"
UPDATE_ZSH_DAYS=15
#
# ZSH Plugins
#
plugins=(
archlinux
colored-man-pages
extract
git
go
history
pip
python
)
source $ZSH/oh-my-zsh.sh
#
# Linux
#
export LANG=en_US.UTF-8
export BROWSER=/usr/bin/chromium
export EDITOR=/usr/bin/vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment