overthesun / simoc-sam

Live backend for SAM at Biosphere 2
2 stars 1 forks source link

Add a `bash_aliases` file. #66

Closed ezio-melotti closed 6 months ago

ezio-melotti commented 6 months ago

This file contains aliases definition to make the use of simoc-sam.py and the RPi 0 in general simpler. They can be installed by using ln -s ~/simoc-sam/bash_aliases ~/.bash_aliases. ~/.bashrc already looks for a .bash_aliases file and loads it automatically. For some reason it already includes aliases for ll/la, but they are commented out.