Modified config so that oh-my-zsh installation does not fail anymore

This commit is contained in:
Dennis Potter 2019-09-03 22:59:35 +02:00
parent 1f21054aad
commit 156444d1ee
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export LANG="en_US.UTF-8"
export GPG_TTY=$(tty)
# Path to your oh-my-zsh installation.
export ZSH="~/.oh-my-zsh"
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.