Brendan Abolivier 7 lat temu
rodzic
commit
7a1cb7c519
Podpisane przez: Brendan Abolivier <contact@brendanabolivier.com> ID klucza GPG: 8EF1500759F70623
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2
    1
      .bashrc

+ 2
- 1
.bashrc Wyświetl plik

1
-eval "$(direnv hook bash)"
2
 source /etc/bash.bashrc
1
 source /etc/bash.bashrc
3
 
2
 
4
 export GOPATH="/home/brendan/go"
3
 export GOPATH="/home/brendan/go"
94
 if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
93
 if [ $TILIX_ID ] || [ $VTE_VERSION ]; then
95
 	source /etc/profile.d/vte.sh
94
 	source /etc/profile.d/vte.sh
96
 fi
95
 fi
96
+
97
+eval "$(direnv hook bash)"