I need to commit more often..
This commit is contained in:
parent
891f6219d5
commit
95b9939333
4 changed files with 25 additions and 16 deletions
4
zshrc
4
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'
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue