1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[install] Define the HOST variable explicitely

This commit is contained in:
Hyacinthe Cartiaux 2020-05-13 18:28:44 +02:00
parent 1b461e077a
commit 437bc8a84e

View file

@ -2,10 +2,12 @@
# set -x # Debug
MYLAPTOP=hc-xps13
MAIL='hyacinthe.cartiaux@free.fr'
PLAN='World domination!'
DOTFILES=~/.dotfiles
MYLAPTOP=hc-xps13
HOST=$(hostname -s)
echo $MAIL > ~/.forward
echo $PLAN > ~/.plan