aboutsummaryrefslogtreecommitdiff
path: root/Common
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-03-24 18:25:38 +0100
committerjakobst1n <jakob.stendahl@outlook.com>2024-03-24 18:25:38 +0100
commit92fa101ed2c831033ecb5d8517eed11f34e343fb (patch)
tree620c68eb40144428fc52f7420df645085f5f47d4 /Common
parent41ee5aa3d76673460818f9855c77809a18d63057 (diff)
downloaddotfiles-92fa101ed2c831033ecb5d8517eed11f34e343fb.tar.gz
dotfiles-92fa101ed2c831033ecb5d8517eed11f34e343fb.zip
Add utility for quickly getting to places in the archive
Diffstat (limited to 'Common')
-rw-r--r--Common/bashrc.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/bashrc.m4 b/Common/bashrc.m4
index a2f60b9..9f378d9 100644
--- a/Common/bashrc.m4
+++ b/Common/bashrc.m4
@@ -88,6 +88,7 @@ man() {
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
+alias cda=". $HOME/bin/cd-archive"
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile