diff options
author | Britney Fransen <brfransen@gmail.com> | 2011-02-28 18:16:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2011-02-28 18:16:05 (GMT) |
commit | d2dd022f5d2dd7ecaa8085f761d8cbf129031913 (patch) | |
tree | e6c1074ff85f40f3ae6dd8e7fe57b345dfe86a05 /templates/etc | |
parent | fdcde57603b0b51bcadc077fd96c8c453ef19df7 (diff) | |
download | linhes_dev-d2dd022f5d2dd7ecaa8085f761d8cbf129031913.zip |
bashrc: update cdl and cdp paths
Diffstat (limited to 'templates/etc')
-rw-r--r-- | templates/etc/bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/etc/bashrc b/templates/etc/bashrc index 8ade7d0..216fb40 100644 --- a/templates/etc/bashrc +++ b/templates/etc/bashrc @@ -1,4 +1,4 @@ -alias cdl='cd /data/LinHES-PKGBUILD/abs' -alias cdp='cd /build_tools/clarch/larch/profiles' +alias cdl='cd /data/linhes-pkgbuild/abs' +alias cdp='cd /build_tools/larch8/larch0/profiles' alias cdmc='cd /data/LinHES-PKGBUILD/abs/local/mythtv/mythtv/src/mythtv-0.21/programs/mythinstall' alias cdb='cd $BHOME' |