diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-29 08:33:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-11-29 08:33:21 +0300 |
commit | 148323de15994d136f8e4dbcb28bbbf34ee2230c (patch) | |
tree | 48b874dd057b854f6be8c20371e4751d03a9a9b8 /%HOME% | |
parent | Sublime Text 3: tabs instead of spaces (diff) | |
download | linux-home-148323de15994d136f8e4dbcb28bbbf34ee2230c.tar.gz linux-home-148323de15994d136f8e4dbcb28bbbf34ee2230c.zip |
.bashrc: .bash_aliases -> .bashrc_work
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 9745838..0eb29a5 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -55,7 +55,7 @@ alias copy='xclip -sel clip' [ -r "$HOME/.bash_utils/python.sh" ] && source "$HOME/.bash_utils/python.sh" [ -r "$HOME/.bash_utils/ruby.sh" ] && source "$HOME/.bash_utils/ruby.sh" -[ -r "$HOME/.bash_aliases" ] && source "$HOME/.bash_aliases" +[ -r "$HOME/.bashrc_work" ] && source "$HOME/.bashrc_work" os_is_cygwin && set -o igncr os_is_cygwin || complete -r |