From 156444d1ee5e9e6a70bf74ba1b9125dbda0a9a5b Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Tue, 3 Sep 2019 22:59:35 +0200 Subject: [PATCH] Modified config so that oh-my-zsh installation does not fail anymore --- dotfiles/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 9f7e2c9..eb0c94e 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -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.