File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -33,15 +33,14 @@ Instale el paquete con el siguiente comando
33
33
34
34
## Alias
35
35
36
- Se debe editar el archivo con la configuración de la terminal para
37
- definir las variables de entorno necesarias. En este caso se usará el editor ** Vim**
38
- para modificar las propiedades del intérprete ** Bash** .
36
+ Se debe editar el archivo con la configuración del intérprete ** Bash** para
37
+ definir las variables de entorno necesarias.
39
38
40
- Abrir el archivo <shortcut >bash .bashrc</shortcut >
39
+ Para aplicarlo en el ** usuario actual ** modificar el archivo <shortcut >~ / .bashrc</shortcut >
41
40
42
- < code-block lang = " console " >sudo vim /etc/bash.bashrc</code-block >
41
+ Para aplicarlo en ** todos los usuarios ** modificiar el archivo < shortcut > /etc/bash.bashrc</shortcut >
43
42
44
- Agregar dos renglones al final del archivo con los siguientes comandos:
43
+ Abrir el archivo y agregar dos renglones al final con los siguientes comandos:
45
44
46
45
<code-block lang =" console " >
47
46
source $(openjdk)
You can’t perform that action at this time.
0 commit comments