Add export editor, autocomplete
This commit is contained in:
parent
7f2d99c900
commit
85794575dd
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue