Skip to content

Commit

Permalink
Adds some updates now I'm running OpenBSD on my Thinkpad
Browse files Browse the repository at this point in the history
  • Loading branch information
z0mbix committed Oct 19, 2016
1 parent 119c2cd commit 435b479
Show file tree
Hide file tree
Showing 5 changed files with 3,091 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ PS1=${norm}'['${green}'\@'${norm}'] ('${HOSTCOLOUR}'$HOSTNAME'${norm}') '${yello
# Home directory bin?
[ -d ~/bin ] && PATH=$PATH:~/bin

# Syncthing bin
[ -d ~/Sync/bin/$OS ] && PATH=$PATH:~/Sync/bin/$OS

# Ruby gems?
[ -d ~/.gem/ruby/1.8/bin ] && PATH=$PATH:~/.gem/ruby/1.8/bin
[ -d /var/lib/gems/1.8/bin ] && PATH=$PATH:/var/lib/gems/1.8/bin
Expand Down
Loading

0 comments on commit 435b479

Please sign in to comment.