command alias
alias ll='ls -al --color'
network proxy
export http_proxy=http://ipaddress:port/
export https_proxy=https://ipaddress:port/
alias ll='ls -al --color'
export http_proxy=http://ipaddress:port/
export https_proxy=https://ipaddress:port/