mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update zsh, bspwm
This commit is contained in:
parent
1be1c9c53e
commit
c4d54758ef
7 changed files with 31 additions and 36 deletions
3
zshrc
3
zshrc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue