Aktualizovať ".bashrc"

test
Štefan Bystriansky 7 years ago
parent fa75db4dba
commit b70e90d27b
  1. 7
      .bashrc

@ -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

Loading…
Cancel
Save