diff --git a/.rc b/.rc index 4620416..35eed21 100644 --- a/.rc +++ b/.rc @@ -104,7 +104,6 @@ alias sudo='sudo -E ' alias su='su -m' # work -alias rmunv='rm -r $(svn st | grep "^?" | sed -r "s/^\? +//")' alias webui='cd $webui' # useful stuff diff --git a/.zshrc b/.zshrc index 7b26f75..82f8fea 100644 --- a/.zshrc +++ b/.zshrc @@ -52,7 +52,7 @@ bindkey -M vicmd '?' history-incremental-pattern-search-forward bindkey -M viins '^R' history-incremental-pattern-search-backward bindkey -M viins '^F' history-incremental-pattern-search-forward -setopt share_history +#setopt share_history setopt inc_append_history autoload -U promptinit