diff --git a/.bashrc b/.bashrc index 67d108a..efdd219 100644 --- a/.bashrc +++ b/.bashrc @@ -37,10 +37,6 @@ else alias "t=telnet" fi # -function db.warmup() { - pt-find --charset=utf8 --print -h $1 | xargs -t -P8 -I% -n1 sh -c "echo 'SELECT COUNT(*) FROM %;' | mysql -h $1 > /dev/null" -} -# if [[ -x /usr/bin/nvim || -x /usr/local/bin/nvim ]]; then alias vim="nvim" export EDITOR="nvim" diff --git a/.zshrc b/.zshrc index cfe1df0..af7bc97 100644 --- a/.zshrc +++ b/.zshrc @@ -35,10 +35,6 @@ else alias "t=telnet" fi # -db.warmup() { - pt-find --charset=utf8 --print -h $1 | xargs -t -P8 -I% -n1 sh -c "echo 'SELECT COUNT(*) FROM %;' | mysql -h $1 > /dev/null" -} -# if [[ -x /usr/bin/xdg-open ]]; then alias "o=xdg-open" fi