diff options
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r-- | %HOME%/.bashrc | 3 |
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" |