From b1b1a4ad2cde1a0236409f082ae229111685b045 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Sat, 17 Dec 2022 21:09:05 -0600 Subject: [PATCH] remove stickybit highlight --- lib/env.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/env.zsh b/lib/env.zsh index 09149c9..3d8ec2d 100755 --- a/lib/env.zsh +++ b/lib/env.zsh @@ -11,7 +11,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:" +export LS_COLORS="ow=1;34:tw=1;34:st=00;" # add completions to fpath fpath=($DOTFILES_DIR/lib/completions $fpath)