update dotfiles: nvim, zsh, bash improvements and other stuff
This commit is contained in:
11
rc/zshrc
11
rc/zshrc
@ -1,5 +1,8 @@
|
||||
export ZSH=/home/roman/.oh-my-zsh
|
||||
##################
|
||||
# ZSH Config File
|
||||
#
|
||||
|
||||
# General
|
||||
DEFAULT_USER="roman"
|
||||
ZSH_THEME="robbyrussell" #old=("agnoster")
|
||||
ZSH_TMUX_AUTOSTART="true"
|
||||
@ -18,14 +21,14 @@ plugins=(
|
||||
command-not-found # needs package pkgfile
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Exports
|
||||
export EDITOR="nvim"
|
||||
export PATH=~/.bin:$PATH
|
||||
export LANG=de_DE.UTF-8
|
||||
export ZSH=/home/roman/.oh-my-zsh
|
||||
|
||||
# load aliases
|
||||
# load stuff
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source ~/.config/aliases
|
||||
|
||||
# fix for termite VTE Terminal
|
||||
|
Reference in New Issue
Block a user