Change pointing dir for oh-my-zsh: use $HOME instead.

This commit is contained in:
Jeff Lance 2018-07-21 17:35:44 +02:00
parent d79e27bdf5
commit 1d3bb55cf9

View File

@ -2,7 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/jeff/.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.