diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-10-04 01:34:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-10-04 01:34:34 +0300 |
commit | 8d94234703f77602ecee3ec8652564468b56f035 (patch) | |
tree | e4cbb41e4f44f562595e65fc951f53b8e630006d /%HOME% | |
parent | move PYTHONSTARTUP to python.sh (diff) | |
download | linux-home-8d94234703f77602ecee3ec8652564468b56f035.tar.gz linux-home-8d94234703f77602ecee3ec8652564468b56f035.zip |
.bashrc: source optional .bash_aliases
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index a8f05f6..9d177d5 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -53,6 +53,8 @@ alias copy='xclip -sel clip' [ -r "$HOME/.bash_utils/ruby.sh" ] && source "$HOME/.bash_utils/ruby.sh" [ -r "$HOME/.bash_utils/text.sh" ] && source "$HOME/.bash_utils/text.sh" +[ -r "$HOME/.bash_aliases" ] && source "$HOME/.bash_aliases" + os_is_cygwin && set -o igncr os_is_cygwin || complete -r |