This is a shell script designed to set up a new Unix System Services (USS) environment on z/OS. The script is authored by Dorian Zimmer and licensed under the Apache License, Version 2.0.
- Create and tag a .bashrc file
- Add unicode u* aliases for common commands
- Add clear as an alias and as ^L
- Add common environment variables to .profile
- Enhance the shell prompt to show the current git branch of git managed directories
To use this script, run it with one or more of the following commands as arguments:
$ ./uss-init.sh [commands]
- bashrc: Create and tag ~/.bashrc
- aliases: Add unicode u* aliases
- clear: Add clear as an alias and as ^L
- exports: Add common environment variables to ~/.profile
- git: Enhance the shell prompt to show the current git branch of git managed directories
$ ./uss-init.sh bashrc aliases clear exports git
- bash shell installed on your system