Skip to content

Commit

Permalink
Added git-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Gaza committed Dec 30, 2011
1 parent da84e19 commit decce0b
Show file tree
Hide file tree
Showing 2 changed files with 1,268 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bashrc
Expand Up @@ -5,6 +5,9 @@ export HISTSIZE=5000

[[ -s "$HOME/.aliases.sh" ]] && source "$HOME/.aliases.sh"

# Git completion
[[ -s "$HOME/.git-completion.sh" ]] && source "$HOME/.git-completion.sh"

# Don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups
# Ignore same sucessive entries.
Expand Down

0 comments on commit decce0b

Please sign in to comment.