aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-17 13:08:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-17 13:08:40 +1200
commit18cdad1090f86481740ec4f2a1a5171e09e0531f (patch)
treed790346bdb20aea306ee093e11714bb6b319b80a
parentImprove status parsing for SVN a bit (diff)
downloaddotfiles-18cdad1090f86481740ec4f2a1a5171e09e0531f.tar.gz
dotfiles-18cdad1090f86481740ec4f2a1a5171e09e0531f.zip
safe-updates now configured in ~/.my.cnf
-rw-r--r--bash/bashrc.d/aliases.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash
index d9ae8bd2..ec869fd3 100644
--- a/bash/bashrc.d/aliases.bash
+++ b/bash/bashrc.d/aliases.bash
@@ -7,7 +7,3 @@ alias gdb='gdb -q'
# Quick way to get ls -al, since I do that a lot
alias ll='ls -al'
-# Refuse to do highly destructive things in the MySQL client; prevents me from
-# updating or deleting rows without a WHERE clause, among other things
-alias mysql='mysql --safe-updates'
-