ref: .bashrc
This commit is contained in:
parent
43cac28163
commit
bcbe1a4335
9
.bashrc
9
.bashrc
@ -1,17 +1,16 @@
|
|||||||
|
# .bashrc by TheK4n
|
||||||
|
|
||||||
if [ -f $HOME/.bash_aliases ]; then
|
if [ -f $HOME/.bash_aliases ]; then
|
||||||
source $HOME/.bash_aliases
|
source $HOME/.bash_aliases
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f /etc/bash_completion.d/all ]; then
|
|
||||||
source /etc/bash_completion.d/all
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f $HOME/.bash_functions ]; then
|
if [ -f $HOME/.bash_functions ]; then
|
||||||
source $HOME/.bash_functions
|
source $HOME/.bash_functions
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f /etc/bash_completion.d/all ]; then
|
||||||
|
source /etc/bash_completion.d/all
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
if type shopt 2>/dev/null 1>&2; then
|
if type shopt 2>/dev/null 1>&2; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user