From 5dac575c67b38266ad12b31be4e7a1db02de80b5 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 13 Sep 2014 00:16:44 +0200 Subject: zshrc: fix history locking issues; new alias Signed-off-by: Florian Pritz --- .zshrc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index fbfed11..e0b8146 100644 --- a/.zshrc +++ b/.zshrc @@ -384,7 +384,7 @@ setopt print_exit_value # work saved ;) setopt no_clobber -setopt inc_append_history +#setopt inc_append_history setopt no_bg_nice setopt share_history #setopt bang_hist @@ -392,9 +392,10 @@ setopt extended_history #setopt hist_reduce_blanks setopt hist_ignore_space setopt hist_find_no_dups +setopt hist_ignore_dups setopt nohistverify setopt prompt_subst -setopt hist_fcntl_lock +#setopt hist_fcntl_lock setopt always_to_end unsetopt auto_remove_slash @@ -478,6 +479,8 @@ alias ssh-copy-id="ssh-copy-id -o ControlPath=none" alias callgrind='valgrind --tool=callgrind' alias vgfull='valgrind --leak-check=full --show-reachable=yes' +alias is="iostat -Nyxm 2" + # other random aliases alias ☠='pkill -9' alias nocomment='egrep -v "^\s*(#|$)"' -- cgit v1.2.3-24-g4f1b