Here’s how:
alias name=value
For example:
alias rs='rails server'
alias xproject='cd /path/dir/dir/dir/dir/dir/dev/xproject'
alias alias_name='your choice of BASH command'
Want to get rid of that alias? Here’s how:
unalias name
Here’s how:
alias name=value
For example:
alias rs='rails server'
alias xproject='cd /path/dir/dir/dir/dir/dir/dev/xproject'
alias alias_name='your choice of BASH command'
Want to get rid of that alias? Here’s how:
unalias name