diff --git a/.bashrc b/.bashrc index 4540dd2..b02d412 100644 --- a/.bashrc +++ b/.bashrc @@ -105,10 +105,17 @@ fi # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. +## všeobecné aliasy if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases 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 . ~/.bash_git_prompt fi