#!/bin/fish
#detect whether running on laptop or not
if hostname = "syl"
   echo true
   else
       echo false