Skip to content

Instantly share code, notes, and snippets.

View marcmorente's full-sized avatar
👨‍💻
Brewing

Marc Morente marcmorente

👨‍💻
Brewing
View GitHub Profile
@marcmorente
marcmorente / .zshrc
Created October 28, 2019 10:00 — forked from deepu105/.zshrc
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