Remove unneeded lines of code
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
988d55b022
commit
56692b5364
2 changed files with 4 additions and 10 deletions
12
.bashrc
12
.bashrc
|
@ -78,15 +78,9 @@ export XMODIFIERS=@im=ibus
|
|||
export VISUAL=vim
|
||||
export EDITOR="$VISUAL"
|
||||
|
||||
# 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
|
||||
# Enable autocompletion features
|
||||
if [ -f /etc/bash_completion ]; then
|
||||
/etc/bash_completion
|
||||
fi
|
||||
|
||||
# Add users bin directory to the PATH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue