updated stuff
This commit is contained in:
parent
5a349ef25f
commit
70a7bc3876
2 changed files with 7 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
zsh/.localrc.zsh
|
||||
zsh/.zcompcache
|
||||
zsh/localenv.zsh
|
||||
|
|
6
copy/zshenv
Normal file
6
copy/zshenv
Normal 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"
|
Loading…
Add table
Reference in a new issue