Add gopath and git-extras
This commit is contained in:
parent
e744f735a6
commit
e0d4dc2486
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue