add saturate to retheme alias

This commit is contained in:
Mark Riedesel 2019-11-30 13:23:21 -06:00
parent e7ede41b44
commit 1eaf48ec23

2
zshrc
View file

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