fix directory highlighting
This commit is contained in:
parent
fe3b13e426
commit
69cb1884d9
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ export HISTFILESIZE="${HISTSIZE}"
|
|||
export SAVEHIST=4096
|
||||
export HISTCONTROL=ignoredups:erasedups
|
||||
export LESS='-R'
|
||||
export LS_COLORS="$LS_COLORS:ow=1;34:tw=1;34:"
|
||||
|
||||
# add completions to fpath
|
||||
fpath=($DOTFILES_DIR/lib/completions $fpath)
|
||||
|
|
Loading…
Reference in a new issue