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

+ 1
- 1
.bashrc Ver fichero

@@ -10,9 +10,9 @@ export PATH="$PATH:/usr/local/bin/matlab"
10 10
 export PATH="/usr/sbin:/sbin:/bin:/usr/games:$PATH"
11 11
 export PATH="$HOME/.cargo/bin:$PATH"
12 12
 export PATH="$HOME/.bin:$PATH"
13
-export PATH="/home/brendan/.gem/ruby/2.4.0/bin:$PATH"
14 13
 export PATH="$GOPATH/bin:$PATH"
15 14
 export PATH="$PATH:/bin"
15
+export PATH="$PATH:/home/brendan/.gem/ruby/2.5.0/bin"
16 16
 
17 17
 # Shortcuts
18 18