From 9be5150c9f689b954cd269c1aa5fe0957198c96c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 10 Sep 2015 12:09:56 +0200 Subject: misc Signed-off-by: Florian Pritz --- .zshrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 3413480..619475f 100644 --- a/.zshrc +++ b/.zshrc @@ -286,10 +286,6 @@ ls () { #echo "${MAGENTA}Files: ${BLUE}$(/bin/ls -l $@ | grep -v "^[l|d|total]" | wc -l) ${GREEN}--- ${MAGENTA}Directories: ${BLUE}$(/bin/ls -l $@ | grep "^d" | wc -l)${NC}" } -ctailf() { - tail -f "$@" | ccze -A -o nolookups -} - password() { if [[ -z $1 ]]; then count=8 @@ -505,6 +501,8 @@ alias vgfull='valgrind --leak-check=full --show-reachable=yes' alias is="iostat -Nyxm 2" +alias md='mysqldump -lc --skip-extended-insert' + # other random aliases alias ☠='pkill -9' alias nocomment='egrep -v "^\s*(#|$)"' -- cgit v1.2.3-24-g4f1b