bens-dotfiles/fish/.config/fish/functions/e.fish

5 lines
108 B
Fish
Raw Normal View History

2018-10-05 15:46:26 +00:00
# Defined in /tmp/fish.IQuG4C/e.fish @ line 1
function e
exa -al --git --group-directories-first $argv
end