diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 02:10:27 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-07-26 02:10:27 +0300 |
commit | 4042abe156b4f9cad30d66238b52fcd938043ded (patch) | |
tree | b351938efa93930aed703119e28c9c269516121f /.bashrc_git | |
parent | add append_pgn, join_pgns (diff) | |
download | linux-home-4042abe156b4f9cad30d66238b52fcd938043ded.tar.gz linux-home-4042abe156b4f9cad30d66238b52fcd938043ded.zip |
split .bashrc into multiple files
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() ( |