Linux stuff

12 thoughts
last posted Feb. 5, 2016, 10:37 a.m.

1 earlier thought

0

To make an alias with fish shell create a new function. Avoid recursion by using the command command:

function ls
    command ls -l
end

10 later thoughts