summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-12-03 23:34:33 +0100
committerFlorian Pritz <bluewind@xinu.at>2012-12-03 23:34:33 +0100
commita78eb499922fd8e17270bbcdd5987af1fc746844 (patch)
treea2c57c0804530c0322f9594856d4150f0f64e787 /.zshrc
parent18dfecfe5c317062d6dbce59dde4a3ec63275ae2 (diff)
downloaddotfiles-a78eb499922fd8e17270bbcdd5987af1fc746844.tar.gz
dotfiles-a78eb499922fd8e17270bbcdd5987af1fc746844.tar.xz
misc changes
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index f8bb064..f09188f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -458,7 +458,8 @@ chbuild() {
for i; do
__chrootalias $i || return
chrootdir="$__CHROOTS/$chroot"
- linux${chroot_arch} sudo makechrootpkg -r "$chrootdir" -- -f
+ linux${chroot_arch} sudo makechrootpkg -r "$chrootdir" -n -- -f
+ chshell $i "pacman --noconfirm -Rcs namcap"
[[ -e namcap.log ]] && cat namcap.log
done
}
@@ -517,7 +518,7 @@ hless() {
# }}}
# History {{{
export HISTFILE=~/.zsh/histfile
-export HISTSIZE=5000
+export HISTSIZE=10000
export SAVEHIST=500000
readonly HISTFILE
# }}}