Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Remove git-bash-complition
Browse files Browse the repository at this point in the history
  • Loading branch information
vergissberlin committed Jun 3, 2018
1 parent 169c65f commit ef37bbb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@
- Display "+" symbol when current branch is changed but uncommited
- Display current git branch name, or short SHA1 hash when the head is detached

**Git completion**

- [git-bash-completion](https://github.com/markgandolfo/git-bash-completion) is included as subtree to this project. Use <code>git [tab][tab]</code> to list all available commands.

### Prompt

- Platform-dependent prompt symbol for macOS and Linux
Expand Down Expand Up @@ -195,7 +191,7 @@ You can contact me (@vergissberlin) on GitHub. Use the issue tracker to report b
## Thank you

- .. to @riobard, the founder of [bash-powrline](https://github.com/riobard/bash-powerline) which this project is based on.
- .. to @markgandolfo, the founder of [git-bash-completion](https://github.com/markgandolfo/git-bash-completion), which is included as subtree to this project.
- .. to the contributers and testers, who help to further improve the project.
- Further thanks to **GitHub** for Atom.io.

---
Expand Down
8 changes: 0 additions & 8 deletions bashlight
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,3 @@ fi
# shellcheck source=src/prompt.bash
. "${PATH_BASHLIGHT}/src/prompt.bash";
}

# enable programmable completion features
# shellcheck disable=SC1091
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
fi
fi
11 changes: 0 additions & 11 deletions tests/debian/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@ if [ -f ~/src/aliases ]; then
. ~/src/aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi

. ~/bashlight/bashlight

EDITOR=vim
Expand Down
11 changes: 0 additions & 11 deletions tests/ubuntu/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,6 @@ if [ -f ~/src/aliases ]; then
. ~/src/aliases
fi

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi

. ~/bashlight/bashlight

EDITOR=vim
Expand Down

0 comments on commit ef37bbb

Please sign in to comment.