dotfiles/fish/.config/fish/functions/e.fish

5 lines
63 B
Fish
Raw Normal View History

2018-10-05 15:46:26 +00:00
function e
exa -al --git --group-directories-first $argv
end
2018-11-28 16:32:25 +00:00