summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 07:54:12 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 07:54:12 -0500
commitaed5df07473cb9f0e936f71c012550bb71b086be (patch)
treea77a97410b6577a2c1c04d34f88dd8f2804d6ab3
parentdc77428c7d0abc003e30947fd746d8a1d8b8a027 (diff)
downloadrcm-aed5df07473cb9f0e936f71c012550bb71b086be.tar.gz
rcm-aed5df07473cb9f0e936f71c012550bb71b086be.tar.bz2
rcm-aed5df07473cb9f0e936f71c012550bb71b086be.zip
Update rcm alias
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index ea204b7..73b8dce 100644
--- a/bashrc
+++ b/bashrc
@@ -2,6 +2,10 @@ alias grep="ugrep --exclude-dir=node-modules --exclude-dir=_build"
alias e="emacsclient -nw"
alias pf=""
alias g="git"
+alias rcup="rcup -d ~/rcm"
+alias lsrc="lsrc -d ~/rcm"
+alias rcdn="rcdn -d ~/rcm"
+alias mkrc="mkrc -d ~/rcm"
alias f-commit="fossil commit && fossil git export"
# Bash initialization for interactive non-login shells and
# for remote shells (info "(bash) Bash Startup Files").