updated stuff

This commit is contained in:
Nikolas Weger 2020-06-24 14:18:22 +02:00
parent 1e1304360c
commit 301b52224f

View file

@ -3,4 +3,4 @@ export ZDOTDIR='/home/eeleater/.config/dotfiles/zsh'
export EDITOR='nano'
export THEME='starship'
source "$ZDOTDIR/local/env.zsh"
[[ -f "$ZDOTDIR/local/env.zsh" ]] && source "$ZDOTDIR/local/env.zsh"