diff --git a/to_system/etc/profile.d/welcome.sh b/to_system/etc/profile.d/welcome.sh index cfb5a12..4f6f331 100755 --- a/to_system/etc/profile.d/welcome.sh +++ b/to_system/etc/profile.d/welcome.sh @@ -1 +1,2 @@ echo "Welcome to $HOSTNAME $(hostname -I) $(cat /sys/class/net/enp1s0/address)" +export EDITOR=nano