Explorar el Código

Add ~/.local/bin to PATH

master
10sr hace 6 años
padre
commit
b01c8ad4bb
Se han modificado 2 ficheros con 4 adiciones y 0 borrados
  1. +3
    -0
      .editorconfig
  2. +1
    -0
      profile

+ 3
- 0
.editorconfig Ver fichero

@@ -24,3 +24,6 @@ emacs_mode = sh

[*.yml]
indent_size = 2

[*.diff]
trim_trailing_whitespace = false

+ 1
- 0
profile Ver fichero

@@ -14,6 +14,7 @@ __safe_add_path_l(){
__safe_add_path_l "$HOME/.cabal/bin"
__safe_add_path_l "$HOME/.local/lib/gems/bin"
__safe_add_path_l "$HOME/.gem/ruby/2.1.0/bin"
__safe_add_path_l "$HOME/.local/bin"
__safe_add_path_r "/c/mingw/bin"
__safe_add_path_r "/c/mingw/msys/1.0/bin"



Cargando…
Cancelar
Guardar