Linux CLI - Environment and Configuration
Given the following shell commands in your setup file:
What will be the effect when you open a new shell?
export PATH="$HOME/bin:$PATH" alias gs='git status'
What will be the effect when you open a new shell?
