Skip to content

Instantly share code, notes, and snippets.

View Dav3whit3's full-sized avatar
🎯
Focusing

David Blanco Dav3whit3

🎯
Focusing
  • Madrid
  • 21:28 (UTC +01:00)
View GitHub Profile
@Dav3whit3
Dav3whit3 / .zshrc
Created April 14, 2020 07:59 — forked from 73nko/.zshrc
Oh my zsh config
export LANG="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
export FZF_DEFAULT_OPTS='--height 40% --reverse --border --inline-info --color=dark,bg+:235,hl+:10,pointer:5'
export ENHANCD_FILTER="fzf:peco:percol"
export ENHANCD_COMMAND='c'
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$PATH