fix path in .zshrc to be at home directory

This commit is contained in:
saibotk 2018-11-25 04:26:26 +01:00
parent f1559fad9e
commit aaa849a328

2
.zshrc
View file

@ -1,7 +1,7 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/Users/jan/.oh-my-zsh"
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.