Brendan Abolivier hace 7 años
padre
commit
7a1cb7c519
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      .bashrc

+ 2
- 1
.bashrc Ver fichero

@@ -1,4 +1,3 @@
1
-eval "$(direnv hook bash)"
2 1
 source /etc/bash.bashrc
3 2
 
4 3
 export GOPATH="/home/brendan/go"
@@ -94,3 +93,5 @@ PS1="${COLOR_LGRAY}[\t] ${COLOR_LCYAN}\u@\H${COLOR_NONE}:${COLOR_LMAGENTA}\w${CO
94 93
 if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
95 94
 	source /etc/profile.d/vte.sh
96 95
 fi
96
+
97
+eval "$(direnv hook bash)"