updated stuff

This commit is contained in:
Nikolas Weger 2020-06-24 13:43:41 +02:00
parent 5a349ef25f
commit 70a7bc3876
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
zsh/.localrc.zsh
zsh/.zcompcache
zsh/localenv.zsh

6
copy/zshenv Normal file
View file

@ -0,0 +1,6 @@
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
export ZDOTDIR='/home/eeleater/.config/dotfiles/zsh'
export EDITOR='nano'
export THEME='starship'
source "$ZDOTDIR/localenv.zsh"