mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-23 22:43:13 +03:00
Update .bashrc
This commit is contained in:
parent
87231f4250
commit
9e872a8598
15
.bashrc
15
.bashrc
@ -13,4 +13,19 @@ HISTSIZE= HISTFILESIZE=
|
||||
# Auto cd
|
||||
shopt -s autocd
|
||||
|
||||
# check the window size after each command and, if necessary,
|
||||
# update the values of LINES and COLUMNS.
|
||||
shopt -s checkwinsize
|
||||
|
||||
source $HOME/.bash_aliases
|
||||
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user