Added lscolors
This commit is contained in:
parent
5fcefb5a05
commit
d964d1d7cb
4
.bashrc
4
.bashrc
|
@ -12,6 +12,10 @@
|
|||
# See bash(1) for more options
|
||||
HISTCONTROL=ignoreboth
|
||||
|
||||
# These are the default colors, but some other programs, such as tee(1), like to use this variable
|
||||
LS_COLORS='di=34;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
|
||||
export LS_COLORS
|
||||
|
||||
# Prefer vim, but if it's not installed, nano will do
|
||||
if [[ -s /usr/bin/vim ]]; then
|
||||
export EDITOR=vim
|
||||
|
|
Loading…
Reference in New Issue