diff --git a/.gitignore b/.gitignore index 0e47e03..85f3c76 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.pyc node_modules/ +*.md.html diff --git a/zsh/.gitignore b/zsh/.gitignore deleted file mode 100644 index 95cb55a..0000000 --- a/zsh/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/custom/ diff --git a/zsh/zshrc b/zsh/zshrc index ea8cb05..8961f85 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -52,8 +52,6 @@ for script in functions options path env plugins aliases completion zle prompt c _perf_timer_stop "$script.zsh" done -command_exists rbenv && eval "$(rbenv init -)" - _perf_timer_stop "total" welcome