diff --git a/xonshrc b/xonshrc index fa97b83..418e1ce 100644 --- a/xonshrc +++ b/xonshrc @@ -39,6 +39,7 @@ $CASE_SENSITIVE_COMPLETIONS = False $UPDATE_OS_ENVIRON = True $XONTRIB_SH_SHELLS = ['bash', 'zsh'] xontrib load sh +xontrib load vox $PATH.append("~/.local/bin") #aliases["vim"] = ["nvim", "--listen", "/tmp/nvimsocket"]