diff --git a/custom/aliases/example.aliases.sh b/custom/aliases/example.aliases.sh index f980ab709..0e747fad6 100644 --- a/custom/aliases/example.aliases.sh +++ b/custom/aliases/example.aliases.sh @@ -1,2 +1,9 @@ -# Add your own custom alias in the custom/aliases directory. Aliases placed -# here will override ones with the same name in the main alias directory. +# Add your own custom alias in the custom/aliases directory. Aliases placed here +# will override ones with the same name in the main alias directory. +# +# please note that you have to: +# +# 1. use the exact naming schema like '.aliases.sh' where the +# filename ending ~.aliases.sh is obligatory (just .sh won't do) +# 2. add the leading part of that filename ('my_aliases' in this example) to +# the 'aliases' array in your ~/.bashrc