Badmuts / setenv

Oh my zsh plugin to run script on change directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setenv

Oh my zsh plugin to run script on change directory.

This plugins sources the .setenv file if it exists in the current directory and if it is executable. The plugin maintains a whitelist of directories for which it does not ask before executing the .setnev script. To add the current directory to whitelist, you can run setenv_whiltelist and to remove the current directory from whitelist you can run setenv_whitelist_remove.

Installation

  • Ensure you have Oh My ZSH installed.
  • Clone this repository in $HOME/.oh-my-zsh/custom/plugins/ directory.
  • Enable setenv plugin in $HOME/.zshrc

About

Oh my zsh plugin to run script on change directory

License:Apache License 2.0


Languages

Language:Shell 100.0%