summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-10-21 13:14:40 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2009-10-21 13:14:40 +0200
commit2f8c75a117abc2dc341524f82d7d30c4a569a282 (patch)
treeefe73e6ff99437b71101082ef35bf987264b444a /bashrc
parentce308a8bae777e0c7019adb0bca82d5cac9eb086 (diff)
downloaddotfiles-2f8c75a117abc2dc341524f82d7d30c4a569a282.tar.gz
dotfiles-2f8c75a117abc2dc341524f82d7d30c4a569a282.tar.xz
dotfiles-2f8c75a117abc2dc341524f82d7d30c4a569a282.zip
removed emerge function, is now a script in dotfiles/bashrc/bin
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc/dist/gentoo/common.sh9
1 files changed, 0 insertions, 9 deletions
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