summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-09-10 12:09:56 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-09-10 12:12:50 +0200
commit9be5150c9f689b954cd269c1aa5fe0957198c96c (patch)
treef8183d017a0d1c6820b06888e10f0f629b1b2a43 /.zshrc
parent9c4c1b7e5d15b748530f1950e36317661afa1684 (diff)
downloaddotfiles-9be5150c9f689b954cd269c1aa5fe0957198c96c.tar.gz
dotfiles-9be5150c9f689b954cd269c1aa5fe0957198c96c.tar.xz
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc6
1 files changed, 2 insertions, 4 deletions
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*(#|$)"'