From 710ba35d6cefac9d9eb1b4754d1976fb79bc320e Mon Sep 17 00:00:00 2001 From: civita Date: Thu, 2 Dec 2021 19:27:40 +0800 Subject: [PATCH] fix .zshrc $ZSH --- rc/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/zshrc b/rc/zshrc index b570b93..6e9e80f 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -5,7 +5,7 @@ export LC_CTYPE=C.UTF-8 # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/home/user/.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, @@ -105,4 +105,4 @@ source $ZSH/oh-my-zsh.sh # # autojump -[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh \ No newline at end of file +[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh