Utilizing aliases
Since my transition to fish I have started using aliases more and more, and I think you should too. By standard, the .bashrc file has the following piece of code:
1 2 3 | if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases fi |
In layman’s terms: If...