From 92fa101ed2c831033ecb5d8517eed11f34e343fb Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Sun, 24 Mar 2024 18:25:38 +0100 Subject: Add utility for quickly getting to places in the archive --- Common/bashrc.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'Common') 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 -- cgit v1.2.3