mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 11:29:56 -06:00
update to to bash completion
This commit is contained in:
@@ -5,6 +5,10 @@ set -o vi
|
|||||||
|
|
||||||
export CLICOLOR=1
|
export CLICOLOR=1
|
||||||
|
|
||||||
|
if [ -f $(brew --prefix)/etc/bash_completion ]; then
|
||||||
|
. $(brew --prefix)/etc/bash_completion
|
||||||
|
fi
|
||||||
|
|
||||||
# came from Aaron Lasseigne (AaronLasseigne on GitHub)
|
# came from Aaron Lasseigne (AaronLasseigne on GitHub)
|
||||||
battery_status()
|
battery_status()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user