From 70a7bc38761c1f742fd47504404bf4e4e7c28526 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 24 Jun 2020 13:43:41 +0200 Subject: [PATCH] updated stuff --- .gitignore | 1 + copy/zshenv | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 copy/zshenv diff --git a/.gitignore b/.gitignore index 6422a45..3d11cba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ zsh/.localrc.zsh zsh/.zcompcache +zsh/localenv.zsh diff --git a/copy/zshenv b/copy/zshenv new file mode 100644 index 0000000..eaf57b8 --- /dev/null +++ b/copy/zshenv @@ -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"