diff options
| author | seth <[email protected]> | 2023-03-12 22:50:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-12 22:50:55 -0400 |
| commit | d81a21be578cd02f4d0da5ea347473db3581afab (patch) | |
| tree | 744253f6ee271717f3404bc119cdb9a81a620a29 /.config/fish/functions | |
| parent | ce138fc1731b2077a8c87d555fb987652c283df4 (diff) | |
update with changes from flake
Diffstat (limited to '.config/fish/functions')
| -rw-r--r-- | .config/fish/functions/la.fish | 3 | ||||
| -rw-r--r-- | .config/fish/functions/ll.fish | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.config/fish/functions/la.fish b/.config/fish/functions/la.fish new file mode 100644 index 0000000..efd1172 --- /dev/null +++ b/.config/fish/functions/la.fish @@ -0,0 +1,3 @@ +function la + exa -a $argv +end diff --git a/.config/fish/functions/ll.fish b/.config/fish/functions/ll.fish new file mode 100644 index 0000000..84a9713 --- /dev/null +++ b/.config/fish/functions/ll.fish @@ -0,0 +1,3 @@ +function ll + exa -l $argv +end |
