From 0b9c37f5d1e5c4b78981d9e4db63fe55bfcaf338 Mon Sep 17 00:00:00 2001 From: Wabri Date: Thu, 16 Apr 2020 12:32:52 +0200 Subject: [PATCH] Add (alias): create a comment above the source of bash-it To be more clear it was necessary to add a comment above source bash-it to explain what is the pourpose of doing that. --- aliases/available/general.aliases.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aliases/available/general.aliases.bash b/aliases/available/general.aliases.bash index 2ab1c77a..d628e71d 100644 --- a/aliases/available/general.aliases.bash +++ b/aliases/available/general.aliases.bash @@ -93,4 +93,8 @@ catt() { done } +# The bash-it aliases was move to bash-it.aliases.bash file. The intent of this +# is to maintain the script readable and less bloated. If you don't need to use +# those aliases, but you want the bash-it shortcuts, you can disable this +# script and enable the bash-it. source "$BASH_IT/aliases/available/bash-it.aliases.bash"