diff --git a/dot_bashrc.d/executable_08.alias.tmpl b/dot_bashrc.d/executable_08.alias.tmpl index 4dac043..7bc8a86 100644 --- a/dot_bashrc.d/executable_08.alias.tmpl +++ b/dot_bashrc.d/executable_08.alias.tmpl @@ -90,3 +90,8 @@ fi if [ -x /usr/bin/fdfind ]; then alias fd='fdfind' fi + +# raspberry pi commands +if [ -x /usr/bin/vcgencmd ]; then + alias pi-temp='vcgencmd measure_temp' +fi