I want to create an alias that will add a space before and after each use ls. If I use only ls, the result is close to the line above, and under it it is sometimes difficult and difficult for me to read the result. So I started using the line:
echo "\n"; ls something ; echo "\n"
Is there a way to put it in an alias, so that every time I use a command ls, it will automatically add commands echo?
SIMEL source
share