aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-05-14 13:40:05 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2018-05-14 13:40:05 +0300
commit542e603f7c3d17dd797a8c194ecd2ad4933eefef (patch)
treef8dfed98636e4bfa22ccbb10dc272e1cf0bf0e86 /%HOME%/.bashrc
parent.gitconfig: even smarter alias.fixup (diff)
downloadlinux-home-542e603f7c3d17dd797a8c194ecd2ad4933eefef.tar.gz
linux-home-542e603f7c3d17dd797a8c194ecd2ad4933eefef.zip
.gitconfig: move alias.fixup to a separate script
Diffstat (limited to '')
-rw-r--r--%HOME%/.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 0ce7b81..93dc3e2 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -87,3 +87,6 @@ fi
os_is_cygwin \
|| command -v stty > /dev/null 2>&1 \
&& stty -ixon
+
+command -v path_export > /dev/null 2>&1 \
+ && path_export "$HOME/.local/bin"