From b70e90d27b9f167e76f9d32a5905aaac56737992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0tefan=20Bystriansky?= Date: Sun, 2 Dec 2018 19:39:19 +0100 Subject: [PATCH] =?UTF-8?q?Aktualizova=C5=A5=20".bashrc"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 7 +++++++ 1 file changed, 7 insertions(+) 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