dot/bashrc: Pass login flag to `rc' by default.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 11 Nov 2010 14:12:30 +0000 (14:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 11 Nov 2010 14:12:30 +0000 (14:12 +0000)
This encourages it to read `~/.rcrc' on startup.

dot/bashrc

index 17e18bb..3ca0748 100644 (file)
@@ -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