From 4042abe156b4f9cad30d66238b52fcd938043ded Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 26 Jul 2016 02:10:27 +0300 Subject: split .bashrc into multiple files --- .bashrc_git | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bashrc_git') diff --git a/.bashrc_git b/.bashrc_git index cfc1c9c..9de238b 100644 --- a/.bashrc_git +++ b/.bashrc_git @@ -1,3 +1,5 @@ +[ ! -z "${BASHRC_GIT+x}" ] && return || readonly BASHRC_GIT=1 + alias list_repo_files='git ls-files -z' list_repo_dirs() ( -- cgit v1.2.3