Skip to content

Commit

Permalink
fix .zshrc $ZSH
Browse files Browse the repository at this point in the history
  • Loading branch information
civita committed Dec 2, 2021
1 parent 4e2f05b commit 710ba35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rc/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
[ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh

0 comments on commit 710ba35

Please sign in to comment.