From ab08f038eb7e317671c7ff278eda3cb5dfdcfbb4 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Fri, 28 Jun 2019 17:19:21 +0200 Subject: [PATCH] use home env variable for base path --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 83fa37a..11dc681 100644 --- a/.zshrc +++ b/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH=/Users/kevinmidboe/.oh-my-zsh +export ZSH=$HOME/.oh-my-zsh export PATH="$HOME/.cargo/bin:$PATH" # Set name of the theme to load. Optionally, if you set this to "random"