Skip to content

Commit

Permalink
Add rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Aug 29, 2011
1 parent e1d2af9 commit 7deab87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cshrc
Expand Up @@ -7,7 +7,7 @@ if ( { test -t 1 } && $?TERM ) then
"]I.kde/share/icons/`hostname|sed -e 's/[.].*//'`.xpm\" # "
endif

foreach dir ( /usr/ucb /usr/local/bin /opt/local/bin /opt/sfw/bin "$HOME/bin" )
foreach dir ( /usr/ucb /usr/local/bin /opt/local/bin /opt/sfw/bin "$HOME/.rbenv/bin" "$HOME/.rbenv/shims" "$HOME/bin" )
if ( $PATH !~ *$dir* && -d "$dir" ) setenv PATH "${dir}:${PATH}"
end
foreach dir ( /usr/bin/X11 /opt/sfw/kde/bin /usr/openwin/bin /usr/dt/bin /usr/games /usr/lib/surfraw /var/lib/gems/1.8/bin /usr/local/sbin /usr/sbin /sbin /usr/etc )
Expand Down
2 changes: 1 addition & 1 deletion .shrc
Expand Up @@ -5,7 +5,7 @@
# bourne shell on startup. It is also sourced by zsh, bash, and ksh, from
# .zshrc, .bashrc, and .profile, respectively.

for dir in /bin /usr/bin /usr/ucb /usr/local/bin /opt/local/bin /opt/sfw/bin; do
for dir in /bin /usr/bin /usr/ucb /usr/local/bin /opt/local/bin /opt/sfw/bin "$HOME/.rbenv/bin" "$HOME/.rbenv/shims" "$HOME/bin"; do
if [ -d "$dir" ]; then
case "$PATH" in
*"$dir"*) ;;
Expand Down

0 comments on commit 7deab87

Please sign in to comment.