aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2018-04-05 13:19:10 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2018-04-05 13:19:10 +0200
commit76eb86e2e45bb111c8a6215e13892e292d5ab3c4 (patch)
treea47b2bd9c483f71ae6f855f81da7a23c9c8a4a9a /%HOME%/.bashrc
parent.gitconfig: add alias.fixup (diff)
downloadlinux-home-76eb86e2e45bb111c8a6215e13892e292d5ab3c4.tar.gz
linux-home-76eb86e2e45bb111c8a6215e13892e292d5ab3c4.zip
add mysql.sh
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r--%HOME%/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc
index 0eb29a5..71f7172 100644
--- a/%HOME%/.bashrc
+++ b/%HOME%/.bashrc
@@ -52,6 +52,7 @@ alias copy='xclip -sel clip'
[ -r "$HOME/.bash_utils/os.sh" ] && source "$HOME/.bash_utils/os.sh"
[ -r "$HOME/.bash_utils/path.sh" ] && source "$HOME/.bash_utils/path.sh"
+[ -r "$HOME/.bash_utils/mysql.sh" ] && source "$HOME/.bash_utils/mysql.sh"
[ -r "$HOME/.bash_utils/python.sh" ] && source "$HOME/.bash_utils/python.sh"
[ -r "$HOME/.bash_utils/ruby.sh" ] && source "$HOME/.bash_utils/ruby.sh"