Created
August 28, 2017 03:43
-
-
Save lodestone/65aa4ff0115ea9f8751b418ef2e7b37e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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