mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Clean dotfiles
This commit is contained in:
parent
5c2b55f13c
commit
197750ffa3
32 changed files with 123 additions and 579 deletions
6
zshrc
6
zshrc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue