Skip to content

Commit

Permalink
add nix user ref
Browse files Browse the repository at this point in the history
  • Loading branch information
neeasade committed Jun 11, 2018
1 parent a9bc70d commit 2f321cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/.sh.d/environment
Expand Up @@ -55,6 +55,11 @@ GOPATH="$HOME/.go"

WINEPREFIX=$HOME/.config/wine/


if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
. $HOME/.nix-profile/etc/profile.d/nix.sh;
fi

path_add() {
PATH="$PATH:$HOME/$@"
}
Expand Down

0 comments on commit 2f321cd

Please sign in to comment.