Update zsh, bspwm

This commit is contained in:
Smirnov Alexandr 2021-03-18 21:24:43 +02:00
parent 1be1c9c53e
commit c4d54758ef
7 changed files with 31 additions and 36 deletions

3
zshrc
View file

@ -5,7 +5,7 @@ export EDITOR="nvim"
export OMH="$HOME/.oh-my-zsh"
ZSH_THEME="simple"
DISABLE_AUTO_TITLE="true"
plugins=(yarn)
plugins=(yarn nvm)
source $OMH/oh-my-zsh.sh
### Aliases
@ -18,4 +18,3 @@ alias vi="vim"
alias tmux="tmux -2"
alias :q="exit"
alias ...="cd ../.."
alias icat="kitty +kitten icat"