From bcbe1a4335229c65cce464a3f325c6b7f0bd685d Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 17 Oct 2021 01:40:00 +0300 Subject: [PATCH] ref: .bashrc --- .bashrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.bashrc b/.bashrc index 0a35923..3250e20 100644 --- a/.bashrc +++ b/.bashrc @@ -1,17 +1,16 @@ - +# .bashrc by TheK4n if [ -f $HOME/.bash_aliases ]; then source $HOME/.bash_aliases fi -if [ -f /etc/bash_completion.d/all ]; then - source /etc/bash_completion.d/all -fi - if [ -f $HOME/.bash_functions ]; then source $HOME/.bash_functions 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