6 lines
243 B
Bash
6 lines
243 B
Bash
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'
|
|
|
|
[[ -f "$ZDOTDIR/local/env.zsh" ]] && source "$ZDOTDIR/local/env.zsh"
|