My .zshrc with scripts for window title changes, enhanced ls, and prompt color based on hostname.
- Terminal title is set to the smartly abbreviated hostname and current directory
- Terminal title during execution of a command is set to time of execution and command name
- Prompt is set to the hostname and current directory.
- Each host is automatically given a unique color determined by hashing the hostname.
- Largest file size is highlighted in blue
- Newest file time is highlighted in blue
- Today's date in file time is highlighted in blue
- Displays age since file was modified
- Columns are colorized for easy reading
- Disk usage percentages are colored based on critical level (80%, 90%, then 98%)
- Displays list of color names defined in script
- Displays table of ANSI color codes



