I tried to search help for this one, but seems like finding good searching terms is my biggest problem


For a start, i did uncomment next lines from .bashrc
- Code: Select all
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Then i added next lines to .bash_aliases
- Code: Select all
alias prog=’cd ~/Programming’
alias proj=’cd ~/Programming/Projects’
I restarted terminal and typed proj and result is
bash: proj: command not found
Can someone bend from ironwire for a dumb (that's me), what i am doing wrong
