Repository files navigation
Korean
Provides environment configuration scripts (env.*) that can be used across various shell environments.
Each script sets environment variables based on the .j2 directory, helping to maintain a consistent execution environment for the project.
Environment Setup by Shell
Below are the environment configuration files and how to apply them for each OS/shell.
File: .j2/env.fish
Usage:
Each script sets the J2_ROOT environment variable based on the current directory.
Adds .j2/bin and .j2/lib to PATH and LD_LIBRARY_PATH (or PATH on Windows).
Displays a warning message if the .j2 directory does not exist.
After applying the environment, prints "J2 Environment Activated." along with the current J2_ROOT path.
Each script only works in its respective shell. Use the appropriate file for your environment.
To apply the environment settings permanently, you can add the commands above to your shell profile (e.g., .bashrc, .zshrc, etc.).
About
environment configuration scripts 🇰🇷 환경 설정 스크립트
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.