aboutsummaryrefslogtreecommitdiff
path: root/shells/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-03-06 19:10:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-03-06 19:10:08 +0000
commitf46c730b414b9d164f44bf7bdf6513937e23e88e (patch)
treee081d3e5986c0dedbf70c8c634bdff4bbc2cb183 /shells/Makefile
parent6d233d54557e40d1a1e887dad4494a8b90577d3c (diff)
downloadports-f46c730b414b9d164f44bf7bdf6513937e23e88e.tar.gz
ports-f46c730b414b9d164f44bf7bdf6513937e23e88e.zip
Add new port shells/envy
Envy is a shell helper program that automatically sets environment variables when you enter certain directories, and properly undoes its actions when you leave them. Envy can be used to replace the shell integration part of tools like pyenv, nvm and asdf. It sets environment variables with the root of the current git repository and the active branch without executing git, which you can use to customize your shell prompt. It also loads custom environment variables from local .envy files.
Notes
Notes: svn path=/head/; revision=463740
Diffstat (limited to 'shells/Makefile')
-rw-r--r--shells/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile
index 267e1648114f..0cf2557c347b 100644
--- a/shells/Makefile
+++ b/shells/Makefile
@@ -10,6 +10,7 @@
SUBDIR += bashc
SUBDIR += ch
SUBDIR += dash
+ SUBDIR += envy
SUBDIR += es
SUBDIR += esh
SUBDIR += fd