updated some stuff
This commit is contained in:
parent
0a864149ca
commit
77b7977ac7
6 changed files with 111 additions and 44 deletions
|
@ -1,6 +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'
|
||||
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||
export ZDOTDIR="$HOME/.config/dotfiles/zsh"
|
||||
|
||||
[[ -n $SSH_CONNECTION ]] && export EDITOR='vim' || export EDITOR='nvim'
|
||||
|
||||
[[ -f "$ZDOTDIR/local/env.zsh" ]] && source "$ZDOTDIR/local/env.zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue