export LESSOPEN="| grep -P 'alias|$' --color=always %s" export LESS='-R' ... To automatically set an environment variable, we can add it with export in our ~/.bashrc. Let’s break down the input preprocessor variable, LESSOPEN: |: pipes the output of the command to less ...
$ poetry install To view the machines that are free $ sinfo This is helpful, set this in ~/.bashrc $ alias jobs='squeue -o "%14i %10j %4t %8q %8a %8g %10P %10Q %8D %11l %11L %R" -u ${USER}' 0 comments on commit 86e030b Please sign in to comment. Footer...