Skip to content

Commit

Permalink
[zsh] Remove absolute path that does not work on raspberry
Browse files Browse the repository at this point in the history
  • Loading branch information
bascht committed Oct 8, 2020
1 parent 36c2257 commit 649e870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_zshrc.tmpl
Expand Up @@ -32,7 +32,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
{{- end }}
FZF_MARKS_FILE="${HOME}/.config/fzf/${HOST}"

export ZSH=/home/bascht/.oh-my-zsh
export ZSH=${HOME}/.oh-my-zsh
export DISABLE_AUTO_UPDATE="true"

source $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit 649e870

Please sign in to comment.