mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
basic dotfiles
This commit is contained in:
commit
2ca33576d6
6 changed files with 185 additions and 0 deletions
14
bash_profile
Normal file
14
bash_profile
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
## 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