I need to commit more often..

This commit is contained in:
Mark Riedesel 2020-01-11 07:52:28 -06:00
parent 891f6219d5
commit 95b9939333
4 changed files with 25 additions and 16 deletions

4
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'
alias retheme='wal -q -t -i ~/wallpaper -saturate 0.8'
alias sudo='sudo '
alias tmux='TERM=xterm-256color tmux'
alias svim='sudo vim'
@ -41,4 +41,4 @@ done
[[ -f /home/mark/code/ereloom.io/node_modules/tabtab/.completions/sls.zsh ]] && . /home/mark/code/ereloom.io/node_modules/tabtab/.completions/sls.zsh
# tabtab source for slss package
# uninstall by removing these lines or running `tabtab uninstall slss`
[[ -f /home/mark/code/ereloom.io/node_modules/tabtab/.completions/slss.zsh ]] && . /home/mark/code/ereloom.io/node_modules/tabtab/.completions/slss.zsh
[[ -f /home/mark/code/ereloom.io/node_modules/tabtab/.completions/slss.zsh ]] && . /home/mark/code/ereloom.io/node_modules/tabtab/.completions/slss.zsh