From 1eaf48ec23f1083b9e0886cbd802211c25497478 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Sat, 30 Nov 2019 13:23:21 -0600 Subject: [PATCH] add saturate to retheme alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 08ea157..c8a83e6 100644 --- a/zshrc +++ b/zshrc @@ -9,7 +9,7 @@ setopt COMPLETE_IN_WORD # Allow completion from within a word/phrase setopt PROMPT_SUBST # Enable parameter expansion, etc. in prompt # aliases -alias retheme='wal -q -t -i ~/wallpaper -saturate 0.8' +alias retheme='wal -q -t -i ~/wallpaper -saturate 0.9' alias sudo='sudo ' alias tmux='TERM=xterm-256color tmux' alias svim='sudo vim'