From d13c09b6c1215474b5c84728226c1ce531409973 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 22 Oct 2009 19:03:45 +0200 Subject: zshrc: history reduced to 10000 --- zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zshrc b/zshrc index caf8d37..4d92f61 100644 --- a/zshrc +++ b/zshrc @@ -8,8 +8,8 @@ # {{{ Environment export PATH=$PATH:~/code/bin export HISTFILE=~/.zsh_history -export HISTSIZE=25000 -export SAVEHIST=25000 +export HISTSIZE=10000 +export SAVEHIST=10000 export LESSHISTFILE="-" export PAGER="less" export EDITOR="emacsclient" @@ -154,7 +154,7 @@ compctl -k '(add delete draft edit list import preview publish update)' nb # }}} # {{{ Functions -function yn () { $BROWSER "http://yubnub.org/parser/parse?command=$*" } +function web () { $BROWSER "http://yubnub.org/parser/parse?command=$*" } function pmem () { ps -o rss,comm -p $(pgrep $1) } function dsync () { rsync -lprt --progress --stats --delete "$1/" "$2/" } -- cgit v1.2.3