mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
refactoring
This commit is contained in:
parent
53b18ca0db
commit
f699a87614
24 changed files with 67 additions and 57 deletions
14
bash_profile
14
bash_profile
|
|
@ -1,14 +0,0 @@
|
|||
## bash_profile
|
||||
|
||||
# handle .profile too
|
||||
. .profile
|
||||
|
||||
|
||||
# homebrew bash autocompletion
|
||||
if [ -f `brew --prefix`/etc/bash_completion ]; then
|
||||
. `brew --prefix`/etc/bash_completion
|
||||
fi
|
||||
|
||||
# execute bashrc
|
||||
[ -n "$BASH" ] && . ~/.bashrc
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue