Skip to content

Commit

Permalink
Added path modifications to xprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnphm committed Apr 28, 2014
1 parent 05aa51d commit 1f52741
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .xprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PATH=~/.opt/x-tools/arm-stellaris-eabi/bin:~/.bin:~/.zsh/plugins/scd:$PATH
export PATH

2 changes: 0 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ plugins=(scd zsh-syntax-highlighting git git-remote-branch gitignore git-extras
source $ZSH/oh-my-zsh.sh

# Customize to your needs...
export PATH=~/.opt/x-tools/arm-stellaris-eabi/bin:~/.bin:$PATH

eval `dircolors`
alias cp='cp --reflink=auto'
alias ls='ls --color=auto'
Expand Down
1 change: 1 addition & 0 deletions link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DOTFILES=`pwd`

ln -sf $DOTFILES/.vim* ..
ln -sf $DOTFILES/.zsh* ..
ln -sf $DOTFILES/.xprofile ..

0 comments on commit 1f52741

Please sign in to comment.