diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-21 13:14:40 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-10-21 13:14:40 +0200 |
commit | 2f8c75a117abc2dc341524f82d7d30c4a569a282 (patch) | |
tree | efe73e6ff99437b71101082ef35bf987264b444a /bashrc/dist/gentoo | |
parent | ce308a8bae777e0c7019adb0bca82d5cac9eb086 (diff) | |
download | dotfiles-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/dist/gentoo')
-rw-r--r-- | bashrc/dist/gentoo/common.sh | 9 |
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 |