|
|
|
@ -105,10 +105,17 @@ fi |
|
|
|
# ~/.bash_aliases, instead of adding them here directly. |
|
|
|
# ~/.bash_aliases, instead of adding them here directly. |
|
|
|
# See /usr/share/doc/bash-doc/examples in the bash-doc package. |
|
|
|
# See /usr/share/doc/bash-doc/examples in the bash-doc package. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## všeobecné aliasy |
|
|
|
if [ -f ~/.bash_aliases ]; then |
|
|
|
if [ -f ~/.bash_aliases ]; then |
|
|
|
. ~/.bash_aliases |
|
|
|
. ~/.bash_aliases |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## aliasy iba pre jeden pc |
|
|
|
|
|
|
|
if [ -f ~/.bash_alias_pc ]; then |
|
|
|
|
|
|
|
. ~/.bash_alias_pc |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## skript pre git_prompt |
|
|
|
if [ -f ~/.bash_git_prompt ]; then |
|
|
|
if [ -f ~/.bash_git_prompt ]; then |
|
|
|
. ~/.bash_git_prompt |
|
|
|
. ~/.bash_git_prompt |
|
|
|
fi |
|
|
|
fi |
|
|
|
|