]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xinitrc: remove source_debug()
authorSimon Ruderich <simon@ruderich.org>
Tue, 27 May 2014 23:15:33 +0000 (01:15 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 27 May 2014 23:19:04 +0000 (01:19 +0200)
No longer used in ~/.shell/env.

xinitrc

diff --git a/xinitrc b/xinitrc
index 0f32482e01fd451b21774911b4717cb5c1779c82..8a649a144ec5865b6d445e86d6a984ce498d6b5b 100755 (executable)
--- a/xinitrc
+++ b/xinitrc
 # LANG set (for Python's decode() function). Therefore load my general shell
 # environment which also includes $LANG.
 if test -f "$HOME/.shell/env"; then
-    # Debug function used in ~/.shell/env.
-    source_debug() {
-        # Do nothing.
-        :
-    }
-
     . "$HOME/.shell/env"
 fi