fix(fish): machine name

This commit is contained in:
Matthieu Bessat 2024-09-09 00:39:23 +02:00
parent 023bbed76c
commit a82aab526a

View file

@ -1,2 +1,5 @@
alias machine-name="{{ device_name }}" # make available machine name
alias machine-name="echo {{ device_name }}"
export MACHINE_NAME="{{ device_name }}"