Browse Source

Fix direnv

Brendan Abolivier 6 years ago
parent
commit
7a1cb7c519
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .bashrc

+ 2
- 1
.bashrc View File

@@ -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)"