From 2c49e0816cc0cbf93d5763f962cc46f07eb70ffb Mon Sep 17 00:00:00 2001 Message-Id: <2c49e0816cc0cbf93d5763f962cc46f07eb70ffb.1746977054.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 11 Nov 2010 14:12:30 +0000 Subject: [PATCH] dot/bashrc: Pass login flag to `rc' by default. Organization: Straylight/Edgeware From: Mark Wooding This encourages it to read `~/.rcrc' on startup. --- dot/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/bashrc b/dot/bashrc index 17e18bb..3ca0748 100644 --- a/dot/bashrc +++ b/dot/bashrc @@ -137,6 +137,7 @@ alias zgrep="greplike zgrep" alias cx='chmod a+x' alias which="command -v" +alias rc="rc -l" alias ssync="rsync -e ssh" alias rootly=$__MDW_ROOTLY alias r=rootly -- [mdw]