From 3e977077eda6c5e5cc0905bf7abaabcebd17d233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Thu, 16 Mar 2017 12:43:31 +0100 Subject: [PATCH] Fix oh-my-zsh location. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 4dde075..a54ad4e 100644 --- a/.zshrc +++ b/.zshrc @@ -3,7 +3,7 @@ export TERM="xterm-256color" export LC_ALL="en_US.utf8" # Path to your oh-my-zsh installation. -export ZSH=/home/mcapelle/.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.