Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Are the aliases themselves in place?
What does the following command output:
Logged in under the same user for whom the aliases were registered?
$ grep alias ~/.bashrc
Without configs, you can say that "something is broken."
Try moving the aliases to .bash_aliases
There should be a config in .bashrc (it usually is there):
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question