1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-09-19 08:56:16 -05:00
dotfiles/fish/functions/la.fish

4 lines
82 B
Fish
Raw Normal View History

2022-04-19 21:17:34 -05:00
function la --wraps=ls --wraps=exa --description 'alias la exa'
exa $argv;
end