From 8777394f78664afa44036c005e508c4bfd1c3980 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Fri, 18 Jun 2021 16:20:02 -0400 Subject: [PATCH] Make zshrc functional on bsd + linux --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7e24a5d..40bcc31 100644 --- a/.zshrc +++ b/.zshrc @@ -12,7 +12,7 @@ fi # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/home/joe/.oh-my-zsh" +export ZSH="$HOME/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case,