Skip to content

Commit

Permalink
Link bash->.dircolors
Browse files Browse the repository at this point in the history
Related: #3
  • Loading branch information
jgvictores authored Jun 4, 2018
1 parent 55690cd commit 1889efb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions software/linux/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ La consola tiene muchos atajos, como autocompletado mediante tabular, y fechas y
- [~/.profile](#profile)
- [~/.bashrc](#bashrc)
- [~/.inputrc](#inputrc)
- [~/.dircolors](#dircolors)
- [Referencias](#referencias)

## Símbolos importantes
Expand Down Expand Up @@ -153,6 +154,13 @@ cp ~/.inputrc ~/.inputrc.orig
wget https://raw.githubusercontent.com/asrob-uc3m/tutoriales/master/assets/dotfiles/.inputrc -O ~/.inputrc
```
## ~/.dircolors
Afecta al color de los listados de `ls`. Se puede descarga e instalar en `~/` con [este contenido](https://github.com/asrob-uc3m/tutoriales/blob/master/assets/dotfiles/.inputrc) que mejora los colores con sistemas de ficheros NTFS:
```
cp ~/.dircolors ~/.dircolors.orig
wget https://raw.githubusercontent.com/asrob-uc3m/tutoriales/master/assets/dotfiles/.dircolors -O ~/.dircolors
```
## Referencias
- https://help.ubuntu.com/community/UsingTheTerminal
- http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/

0 comments on commit 1889efb

Please sign in to comment.