summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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
# }}}