chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1d89ce8
)
dot/bashrc: Pass login flag to `rc' by default.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 11 Nov 2010 14:12:30 +0000
(14:12 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/bashrc
b/dot/bashrc
index 17e18bb5af1d82706a8e70ca0334e6c3def9bf52..3ca074829a7c2a79039cc2364510e09df8d9ef67 100644
(file)
--- a/
dot/bashrc
+++ b/
dot/bashrc
@@
-137,6
+137,7
@@
alias zgrep="greplike zgrep"
alias cx='chmod a+x'
alias which="command -v"
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
alias ssync="rsync -e ssh"
alias rootly=$__MDW_ROOTLY
alias r=rootly