From 2f8c75a117abc2dc341524f82d7d30c4a569a282 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 21 Oct 2009 13:14:40 +0200 Subject: removed emerge function, is now a script in dotfiles/bashrc/bin --- bashrc/dist/gentoo/common.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bashrc/dist/gentoo/common.sh diff --git a/bashrc/dist/gentoo/common.sh b/bashrc/dist/gentoo/common.sh deleted file mode 100644 index 03d98ad..0000000 --- a/bashrc/dist/gentoo/common.sh +++ /dev/null @@ -1,9 +0,0 @@ -# NASTY HACK: somehow emerge tinkers with the environment and -# reset_screen_title is not available anymore, so we disable it before running -# emerge, and initialize it again afterwards -emerge() { - local PROMPT_COMMAND=true - /usr/bin/emerge "$@" -} - -_load dist portdir -- cgit v1.2.3