From 9a223b941bd9eebb9a2c714fe04eff93cb9beb98 Mon Sep 17 00:00:00 2001 From: Melon Bread Date: Fri, 19 Nov 2021 01:02:13 -0500 Subject: [PATCH] make oh-my-zsh user dynamic --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index dc2c473..b79d986 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="/home/rain/.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,