3 lines
70 B
Bash
3 lines
70 B
Bash
# Prevent the irritating cd.. no such command wait
|
|
alias cd..='cd ..'
|
# Prevent the irritating cd.. no such command wait
|
|
alias cd..='cd ..'
|