changed some files

This commit is contained in:
Nikolas Weger 2021-07-23 15:35:39 +02:00
parent 8241382382
commit f27ccf9038
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
export WINPATH=$(tr ':' '\n' <<<"$PATH" | grep -E '^(/mnt)/c/' | paste -sd ':')
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$WINPATH"
export ZDOTDIR="$HOME/.config/dotfiles/zsh"
[[ -n $SSH_CONNECTION ]] && export EDITOR='vim' || export EDITOR='nvim'

View file

@ -99,7 +99,7 @@ zinit ice lucid atinit"ZINIT[COMPINIT_OPTS]=-C; zpcompinit; zpcdreplay"; zinit l
# Theme
zinit ice depth=1; zinit light "romkatv/powerlevel10k"
[[ ! -f "$ZDOTDIR/.p10k.zsh" ]] || source "$ZDOTDIR/.p10k.zsh" # p10k configure || nano ~/.config/dotfiles/zsh/.p10k.zsh
[[ ! -f "$HOME/.p10k.zsh" ]] || source "$HOME/.p10k.zsh" # p10k configure || nano ~/.p10k.zsh
# Local RC
[[ -f "$HOME/.config/local/rc.zsh" ]] && source "$HOME/.config/local/rc.zsh"