oh‐my‐zsh alias.zsh - beroca/shell GitHub Wiki

alias path="echo $PATH | tr ':' '\n'"; export path
alias ts="date -u +'%Y-%m-%dT%H-%M-%SZ'"; export ts