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"