Skip to content

Commit

Permalink
Added bash git-completion <3
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarsrud committed Oct 23, 2012
1 parent a85ce1c commit 7fc769b
Show file tree
Hide file tree
Showing 3 changed files with 2,485 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Load ~/.bash_prompt, ~/.exports, ~/.aliases, ~/.functions
for file in ~/.{bash_prompt,exports,aliases,functions}; do
for file in ~/.{bash_prompt,exports,aliases,functions,git-completion}; do
[ -r "$file" ] && source "$file"
done
unset file
Expand Down
Loading

0 comments on commit 7fc769b

Please sign in to comment.