Add gopath and git-extras

This commit is contained in:
drymer 2018-08-05 22:12:57 +02:00
parent e744f735a6
commit e0d4dc2486

View file

@ -58,7 +58,7 @@ mkdir -p $HOME/.virtualenvs
source /usr/local/bin/virtualenvwrapper_lazy.sh > /dev/null
# GOPATH
GOPATH=/opt/go
export GOPATH=/opt/go
# Cargar funciones
source $HOME/.functions
@ -80,3 +80,5 @@ source ~/Instalados/zsh-interactive-cd/zsh-interactive-cd.plugin.zsh
export FZF_CTRL_T_OPTS="--select-1 --exit-0"
# The following example uses tree command to show the entries of the directory
export FZF_ALT_C_OPTS="--preview 'tree -C {} | head -200'"
# Add git-extras autocompletion
source ~/Instalados/git-extras//etc/git-extras-completion.zsh