Skip to content

Instantly share code, notes, and snippets.

View bionboy's full-sized avatar

Luke Floden bionboy

  • Louisville, Kentucky
  • 09:22 (UTC -04:00)
View GitHub Profile
export TERM="xterm-256color" # This sets up colors properly
# workaround as per https://superuser.com/questions/1222867/zsh-completion-functions-broken
FPATH=$HOME/.oh-my-zsh/plugins/git:$HOME/.oh-my-zsh/functions:$HOME/.oh-my-zsh/completions:/usr/share/zsh/site-functions:/usr/share/zsh/$ZSH_VERSION/functions
export FPATH
# set shell
export SHELL=/usr/bin/zsh