mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-01-15 13:50:05 -06:00
exa alias
This commit is contained in:
parent
27cc180c5e
commit
18aa597962
3
fish/functions/la.fish
Normal file
3
fish/functions/la.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function la --wraps=ls --wraps=exa --description 'alias la exa'
|
||||
exa $argv;
|
||||
end
|
Loading…
Reference in a new issue