From 4b163f5565269faadc64995a3a903fa28c65f7b3 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 9 Dec 2013 15:47:42 -0500 Subject: Prefer RCRC environment variable over ~/.rcrc * Centralize configuration loading in rcm.sh(.in) * Check for readability, not just existence Add RCRC notes to all manpages. Putting the environment variables in a table lines them up more neatly and definitively, across all output formats, and also follows the examples used by e.g. BSD ls(1). --- bin/rcdn | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin/rcdn') diff --git a/bin/rcdn b/bin/rcdn index 1f44fa2..ebd5dea 100755 --- a/bin/rcdn +++ b/bin/rcdn @@ -79,10 +79,6 @@ handle_command_line() { LS_ARGS=-F -if [ -e $HOME/.rcrc ]; then - . $HOME/.rcrc -fi - handle_command_line $* : ${DOTFILES_DIRS:=$DOTFILES_DIRS $DEFAULT_DOTFILES_DIR} -- cgit v1.2.3