[zsh] get rid of some useless things

This commit is contained in:
Dmytro Meleshko 2021-05-11 10:56:02 +03:00
parent b1566353e5
commit 391e01b647
3 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
node_modules/
*.md.html

1
zsh/.gitignore vendored
View File

@ -1 +0,0 @@
/custom/

View File

@ -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