Skip to content

Commit

Permalink
Remove hardcoded HOME paths in dot.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
veeg committed Jan 15, 2016
1 parent b4be9e4 commit d948bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dot.zshrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Path to your oh-my-zsh installation.
export ZSH=/home/polar/vegardsa/.oh-my-zsh
export ZSH=$HOME/.oh-my-zsh

# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
Expand Down Expand Up @@ -53,7 +53,7 @@ plugins=(git)

# User configuration

export PATH="/home/polar/vegardsa/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/home/polar/vegardsa/.rvm/bin:/home/polar/vegardsa/.rvm/bin"
export PATH="$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:$HOME/.rvm/bin:$HOME/.rvm/bin"
# export MANPATH="/usr/local/man:$MANPATH"

source $ZSH/oh-my-zsh.sh
Expand Down

0 comments on commit d948bc4

Please sign in to comment.