From e596f044cc17aca87a97485a00ea6c53fe4962fd Mon Sep 17 00:00:00 2001 From: Martinez Date: Tue, 27 Sep 2016 16:20:10 +0200 Subject: [PATCH] quiet pushd/popd --- ebuild/over-prompt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild/over-prompt-9999.ebuild b/ebuild/over-prompt-9999.ebuild index 7b95b8f..1ee69c4 100644 --- a/ebuild/over-prompt-9999.ebuild +++ b/ebuild/over-prompt-9999.ebuild @@ -40,12 +40,12 @@ src_install() { doins share/zsh-init if use dotfiles; then - pushd dotfiles + pushd dotfiles > /dev/null einfo "Installing dotfiles." zsh deploy-dotfiles.zsh system "${D}" - popd + popd > /dev/null fi insopts -m644