Clean dotfiles

This commit is contained in:
Smirnov Alexandr 2021-03-03 18:37:06 +02:00
parent 5c2b55f13c
commit 197750ffa3
32 changed files with 123 additions and 579 deletions

6
zshrc
View file

@ -1,12 +1,12 @@
export PATH="$HOME/.yarn/bin:$HOME/bin:$HOME/.applications:$HOME/.local/bin:$PATH"
export EDITOR="nvim"
### Oh my zsh
export ZSH="$HOME/.oh-my-zsh"
export OMH="$HOME/.oh-my-zsh"
ZSH_THEME="simple"
DISABLE_UPDATE_PROMPT="true"
DISABLE_AUTO_TITLE="true"
plugins=(yarn nvm)
source $ZSH/oh-my-zsh.sh
source $OMH/oh-my-zsh.sh
### Aliases
alias cls="clear"