fix directory highlighting

This commit is contained in:
Daylin Morgan 2022-08-02 16:20:17 +00:00
parent fe3b13e426
commit 69cb1884d9
1 changed files with 1 additions and 0 deletions

View File

@ -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)