Variables de entorno de Linux View
printenv
Impossible Iguana
printenv
#open terminal and type:
$ nano .bashrc
#scroll to the bottom of the script and type:
export <place variable name in here> = '<place variable value here>'
#e.g
export ANDROID_SDK_ROOT='/home/<$USER>/Android/Sdk'
#once you,re finished typing in your variable hit Ctrl+X then press enter
It sounds like you want env.
# syntax
# setenv SHELL *<filepath-of-file-containing-environment-settings>
# example
setenv SHELL /usr/bin/bash
vi ~/.bash_profile