BASH aliases for commands

Open $nano ~/.bashrc

Alias can be made with a line, for example:

alias artisan="php artisan"

PS better do in in aliases block, not in the end of file.

Яндекс.Метрика