Skip to content

Instantly share code, notes, and snippets.

@geopet
Last active September 19, 2019 21:30
Show Gist options
  • Save geopet/8797723 to your computer and use it in GitHub Desktop.
Save geopet/8797723 to your computer and use it in GitHub Desktop.
barebones .zshrc with some .oh-my-zsh requirements
ZSH=$HOME/.oh-my-zsh
ZSH_THEME="geopet"
DISABLE_AUTO_TITLE="true"
plugins=(
git
colored-man
tmux
)
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/opt/vagrant_ruby/bin"
source $ZSH/oh-my-zsh.sh
alias ll="ls -Flash"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment