add env variable to bashrc windows code example
Example: how to set environment variable using bash
# set variable environment
export fullname="restu wahyu saputra"
echo $fullname
# set variable environment
export fullname="restu wahyu saputra"
echo $fullname