diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index ec42e91..4b50077 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -338,6 +338,10 @@ alias_if chezmoi \ czu="chezmoi update" \ czc="chezmoi cd" +# squeue -> proxy for "slurm" +alias_if squeue \ + squ="squeue -u $(id -u)" + ## -------------------------------------------------- ## Manly Colors ## --------------------------------------------------