From: Mark Wooding Date: Thu, 11 Nov 2010 14:12:30 +0000 (+0000) Subject: dot/bashrc: Pass login flag to `rc' by default. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/2c49e0816cc0cbf93d5763f962cc46f07eb70ffb?ds=inline dot/bashrc: Pass login flag to `rc' by default. This encourages it to read `~/.rcrc' on startup. --- 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