mirror of https://github.com/bjeanes/dotfiles.git
Fixed dof files reference and disabled non-working bash completion
parent
f6ef3a680a
commit
7f186c59c0
|
@ -81,7 +81,7 @@ if [ $system_name = 'Darwin' ]; then
|
|||
alias m='mate .'
|
||||
alias et="m"
|
||||
alias o='open .'
|
||||
alias eprof="mate ~/.dot-files"
|
||||
alias eprof="mate ~/.config"
|
||||
alias hidefile='/usr/bin/SetFile -a "V"'
|
||||
alias showfile='/usr/bin/SetFile -a "v"'
|
||||
alias startpg='sudo /Library/StartupItems/PostgreSQL/PostgreSQL start'
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
{
|
||||
# These declarations must go within braces in order to be able to silence
|
||||
# readonly variable errors.
|
||||
BASH_COMPLETION="${BASH_COMPLETION:-~/.dot-files/bash_completion}"
|
||||
# BASH_COMPLETION="${BASH_COMPLETION:-~/.config/bash/bash_completion}"
|
||||
BASH_COMPLETION_DIR="${BASH_COMPLETION_DIR:=/etc/bash_completion.d}"
|
||||
} 2>/dev/null || :
|
||||
readonly BASH_COMPLETION BASH_COMPLETION_DIR
|
||||
|
|
|
@ -12,8 +12,8 @@ fi
|
|||
|
||||
if [ -f /etc/bash_completion ]; then
|
||||
. /etc/bash_completion
|
||||
else
|
||||
. $DOT_FILES/bash/bash_completion
|
||||
# else
|
||||
# . $DOT_FILES/bash/bash_completion
|
||||
fi
|
||||
|
||||
# readline settings
|
||||
|
|
Loading…
Reference in New Issue