oh-my-zsh Theme: ys for Clusters
December 18, 2018 ยท View on GitHub
This ys-clusters theme extends the oh-my-zsh default theme ys by Yad Smood with my needs for working with batch submission systems on large clusters.

Modifications
- Most importantly, it reads environment variables to determine the current job id.
Currently supported are Slurm, LSF / IBM Spectrum LSF, PBS. Let me know if you need support for more. - It adds Virtualenv information (currently quite ugly)
- The
$HOSTvariable can be overridden by a~/.box-namefile
Installation
Put the ys-cluster.zsh-theme into $ZSH/custom/themes/ and activate it by setting ZSH_THEME="ys-cluster" in your ~/.zshrc.