diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2024-04-12 12:11:24 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2024-04-12 12:11:24 +0200 |
commit | 6f681b7db901d8377e26653ad6f0960f059c9a32 (patch) | |
tree | 396087b869850a8fca7f58e48bf8b113222fa3a6 /Common | |
parent | d7c322109e9aa051b4c094a60a44e814211a9a3e (diff) | |
download | dotfiles-6f681b7db901d8377e26653ad6f0960f059c9a32.tar.gz dotfiles-6f681b7db901d8377e26653ad6f0960f059c9a32.zip |
things
Diffstat (limited to 'Common')
-rw-r--r-- | Common/bashrc.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Common/bashrc.m4 b/Common/bashrc.m4 index 9f378d9..6b5b65e 100644 --- a/Common/bashrc.m4 +++ b/Common/bashrc.m4 @@ -150,3 +150,6 @@ source "$SSH_DIR/ssh-agent.env" > /dev/null m4_ifelse(DT_DISTRO, `fedora', m4_dnl source /usr/share/fzf/shell/key-bindings.bash )m4_dnl + +# Autocompletion +source DT_DOTFILES_DIR/auto_completion/cd-archive |