1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 11:19:04 -05:00

exa alias

This commit is contained in:
Kaan Barmore-Genç 2022-04-19 22:17:34 -04:00
parent 27cc180c5e
commit 18aa597962
No known key found for this signature in database
GPG key ID: 362529CF3A326F16

3
fish/functions/la.fish Normal file
View file

@ -0,0 +1,3 @@
function la --wraps=ls --wraps=exa --description 'alias la exa'
exa $argv;
end