usage: autoenv [-h] {init,edit,deinit} options: -h, --help show this help message and exit commands: init add .enter and .exit scripts in current directory edit edit .enter and .exit scripts in current directory deinit remove .enter and .exit scripts in current directory Fixes #9.
5 lines
141 B
Bash
5 lines
141 B
Bash
# Source the autoenv implementation script.
|
|
source ${0:a:h}/autoenv.zsh
|
|
# Add the autoenv directory to fpath for completion.
|
|
fpath+=${0:a:h}
|