diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-03-24 18:25:38 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-03-24 18:25:38 +0100 |
commit | 92fa101ed2c831033ecb5d8517eed11f34e343fb (patch) | |
tree | 620c68eb40144428fc52f7420df645085f5f47d4 /Common | |
parent | 41ee5aa3d76673460818f9855c77809a18d63057 (diff) | |
download | dotfiles-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.m4 | 1 |
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 |