diff options
Diffstat (limited to '.bashrc_git')
-rw-r--r-- | .bashrc_git | 2 |
1 files changed, 2 insertions, 0 deletions
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() ( |