diff options
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 6176b7b..c634cea 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -100,7 +100,7 @@ export FZF_DEFAULT_OPTS="$FZF_DEFAULT_OPTS \ --bind=resize:refresh-preview " export YT_X_FZF_OPTS="$FZF_DEFAULT_OPTS" -# export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676" +export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#767676" export BAT_THEME="Nord" export GTK_USE_PORTAL=1 export ENABLE_HDR_WSI=1 |