From 85794575dd8380531d7840fc3a103e95eb48ed97 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Wed, 8 Apr 2020 12:34:54 +0200 Subject: [PATCH] Add export editor, autocomplete --- dotfiles/bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 8c4abf2..74aa910 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -157,3 +157,7 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then source ~/.bash-git-prompt/gitprompt.sh fi + +eval "$(register-python-argcomplete schedule_timer)" + +export EDITOR="/bin/vim"