mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Fix for Linux and make consistent
This commit is contained in:
parent
e317caaa8f
commit
9ca56d83c7
42 changed files with 106 additions and 52 deletions
|
|
@ -1,6 +1,3 @@
|
|||
# vim: ft=sh
|
||||
# shellcheck shell=bash
|
||||
|
||||
test -d "/opt/rbenv" && RBENV_ROOT="/opt/rbenv"
|
||||
test -d "$HOME/.rbenv" && RBENV_ROOT="$HOME/.rbenv"
|
||||
export RBENV_ROOT
|
||||
|
|
@ -15,3 +12,5 @@ if _has-rbenv; then
|
|||
eval "$(rbenv init -)"
|
||||
export PATH
|
||||
fi
|
||||
|
||||
# vim: ft=bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue