Skip to content

Instantly share code, notes, and snippets.

@lodestone
Created August 28, 2017 03:43
Show Gist options
  • Save lodestone/65aa4ff0115ea9f8751b418ef2e7b37e to your computer and use it in GitHub Desktop.
Save lodestone/65aa4ff0115ea9f8751b418ef2e7b37e to your computer and use it in GitHub Desktop.
export EDITOR=nvim
export PATH=$PATH:$HOME/.fzf/bin
export ZSH_AUTOSUGGEST_USE_ASYNC=true
source $HOME/.zsh/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle pip
antigen bundle zsh-users/zsh-autosuggestions
export NVM_LAZY_LOAD=true
antigen bundle lukechilds/zsh-nvm
antigen bundle zsh-users/zsh-syntax-highlighting
antigen apply
source ~/.fzf/shell/completion.zsh
source ~/.fzf/shell/key-bindings.zsh
source ~/bin/z.sh
alias e=$EDITOR
alias g=ag
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
autoload -U compinit
compinit
source $HOME/.files/aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment