app-shells/over-prompt: quiet pushd/popd

This commit is contained in:
Martinez 2016-09-27 16:20:44 +02:00
parent e88a690297
commit 88f4fa8dc3

View file

@ -40,12 +40,12 @@ src_install() {
doins share/zsh-init doins share/zsh-init
if use dotfiles; then if use dotfiles; then
pushd dotfiles pushd dotfiles > /dev/null
einfo "Installing dotfiles." einfo "Installing dotfiles."
zsh deploy-dotfiles.zsh system "${D}" zsh deploy-dotfiles.zsh system "${D}"
popd popd > /dev/null
fi fi
insopts -m644 insopts -m644