From a5e3b4e3c3e122bdf35c05a97365e10d8e8adf38 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 19 Nov 2020 09:07:20 +0100 Subject: [PATCH] Add acnt to argcomplete --- .talismanrc | 3 +++ dotfiles/bash/bashrc | 2 +- dotfiles/zsh/zshrc | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.talismanrc b/.talismanrc index a52b29f..faeaeda 100644 --- a/.talismanrc +++ b/.talismanrc @@ -2,6 +2,9 @@ fileignoreconfig: - filename: dotfiles/bash/bash_profile ignore_detectors: - filename +- filename: dotfiles/bash/bashrc + ignore_detectors: + - filename - filename: dotfiles/shell/aliases ignore_detectors: - filename diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 45f8c93..17d2e35 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -67,7 +67,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then fi if pip show argcomplete >/dev/null 2>&1; then - eval "$(register-python-argcomplete schedule_timer)" + eval "$(register-python-argcomplete schedule_timer acnt)" fi case "$TERM" in diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index 20feb64..59d8a0d 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -43,7 +43,7 @@ esac if pip show argcomplete >/dev/null 2>&1; then autoload -U bashcompinit bashcompinit - eval "$(register-python-argcomplete schedule_timer)" + eval "$(register-python-argcomplete schedule_timer acnt)" fi # Use vim keys in tab complete menu