Dotfiles/site-modules/core/files/oh-my-zsh/custom
Ade Attwood 456c7dfd73 feat(zsh): create nvmrc plugin
Custom plugin to check the .nvmrc file. When entering a directory, it
checks to see if you have the desired node version installed for the
current project. If it is, it will use it automatically, if not, then it
will ask you if you want to install it. After, it will install all the
JS developer tools for that version of NodeJS.

This is a different implementation than the default oh-my-zsh version.
The main difference is that it will not reset the node version when
leaving a directory. It will only preform an action if there is a
`.nvmrc` file in the current directory. It will not even use the
`nvm_find_nvmrc` command because any interaction with nvm make the
stranded `cd` command extremely sluggish.
2023-03-16 20:45:13 +00:00
..
comby.zsh feat(shell): add comby shell aliases 2021-11-21 11:01:40 +00:00
command-not-found.zsh feat(shell): record missing commands 2021-11-21 16:30:43 +00:00
composer.zsh pref(zsh): improve start up time of zsh 2020-12-28 09:19:32 +00:00
compress.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
docker.zsh feat(shell): add dkip alias to the ip address of a container 2021-06-26 20:47:25 +01:00
emacs.zsh refactor(shell): remove emacs zsh plugin and create my own 2021-11-21 16:13:12 +00:00
fzf.zsh chore(shell): change the layout of fzf commands 2023-02-09 19:34:04 +00:00
git.zsh feat(shell): add my-clone command for cloning git repertories 2021-11-21 16:06:21 +00:00
kubectl.zsh chore(shell): add alias to switch kube namespaces 2022-02-19 09:21:09 +00:00
make.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
mdman.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
nvmrc.zsh feat(zsh): create nvmrc plugin 2023-03-16 20:45:13 +00:00
paths.zsh feat(zsh): add dynamic path support 2020-12-28 21:11:58 +00:00
shortcuts.zsh refactor(core): update code structure 2021-03-16 20:22:26 +00:00
tmux.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
vagrant.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
yii2.zsh refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00