Releases: urda/urda.bash
Releases · urda/urda.bash
urda.bash 1.1.2
urda.bash 1.1.1
urda.bash 1.1.1
This is a bugfix release. _urdabash_version_check would fail on some Linux instances.
bashrc- Fixed an issue with checking the timestamp on the state object.
urda.bash 1.1.0
urda.bash 1.1.0
bashrc- Added support for
direnv. - Unified
nvmtooling setup. Checks for~/.nvm/nvm.shfirst, thenbrew --prefix nvm, then gives up. - Created a
_postpend_path_oncefunction forPATHoperations. - Added additional checks to prevent errors when resourcing bash files and
readonlyvalues. - Added additional checks and environment variables to prevent tooling reconfiguration when resourcing bash files.
- Added an internal
_urdabash_infofunction to show information abouturda.bash. - Added the option to add a
nowflag to_urdabash_version_checkto allow on-demand version checks.
- Added support for
bash_osxnvmsetup moved tobashrc.
urda.bash 1.0.0
urda.bash 1.0.0
- In late 2025,
urda.bashgot a fresh coat of paint. bashrc- Introduced
URDABASH_*variables asreadonly. - Setup
XDGenvironment variables. - Cleaned up sourcing with
_source_if_exists. - Setup
caseagainstunameresult for OS imports. - Cleaned up
pyenvimport, removedworkonanddeactivate. Use.python-versionto "switchvenvs. _set_ps1got a full overhaul. Different "lines" are now functions, and are built in a singlepromptresult.PROMPT_COMMANDis no longer just replaced with ourps1command.urda.bashcan now check GitHub for new versions (requirescurlorwget).
- Introduced
bash_aliases- Moved
colordiffup to justalias diffsetup area. - Removed
/usr/bin/dircolorssection (for now).
- Moved
bash_exports- Moved
CLICOLORtobash_osx. - Added
GPGvalues.
- Moved
bash_linux- Joins the
urda.bashfamily for anyLinuxneeds.
- Joins the
bash_osx- Added simple "guard" to top of file.
- Updated
envvariables. - Cleaned up
brewand related tooling imports. - Cleaned up
update_brewfunction.
Makefile- Now supports
make version-checkand will be invoked withmake testas well.
- Now supports
VERSION- Version file created for remote version checking.
- GitHub
- Added a
pull_request_templatemostly for tracking releases. - Updated
testing.yamlto latestruns-onand `actions/checkout
- Added a
- General, Other
- Added a
LICENSEfile to repo, just set toMIT.
- Added a