mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
arch-osx
This commit is contained in:
parent
e17bd46961
commit
4e1984062d
3 changed files with 5 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# default bash autocompletion
|
# default bash autocompletion
|
||||||
#/etc/bash_completion
|
#/etc/bash_completion
|
||||||
#/usr/local/share/bash-completion/bash_completion
|
#/usr/local/share/bash-completion/bash_completion
|
||||||
bash_completion_file="/usr/local/etc/bash_completion"
|
bash_completion_file="/opt/arch/share/bash-completion/bash_completion"
|
||||||
if [[ -f "$bash_completion_file" ]]; then
|
if [[ -f "$bash_completion_file" ]]; then
|
||||||
source "$bash_completion_file"
|
source "$bash_completion_file"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
2
shell/arch
Executable file
2
shell/arch
Executable file
|
|
@ -0,0 +1,2 @@
|
||||||
|
export PATH="/opt/arch/bin:opt/arch/sbin:$PATH"
|
||||||
|
#export MANPATH="/opt/arch/share/man:/usr/local/share/man:/usr/share/man:/usr/X11/man"
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
if [[ -f /usr/local/opt/chruby/share/chruby/chruby.sh ]]; then
|
if [[ -f /opt/arch/share/chruby/chruby.sh ]]; then
|
||||||
source /usr/local/opt/chruby/share/chruby/chruby.sh
|
source /opt/arch/share/chruby/chruby.sh
|
||||||
|
|
||||||
if [[ -f $HOME/.ruby-version ]]; then
|
if [[ -f $HOME/.ruby-version ]]; then
|
||||||
chruby $(cat $HOME/.ruby-version)
|
chruby $(cat $HOME/.ruby-version)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue