Add lt alias
Some checks failed
SSH and echo to file / ssh (push) Has been cancelled

This commit is contained in:
Joey Hafner 2024-10-05 12:34:11 -07:00
parent aa6d3acf88
commit 4377a02939
No known key found for this signature in database

View File

@ -26,6 +26,7 @@
bat = "bat --paging=never --color=always";
fd = "fd -Lu";
ls = "eza";
lt = "eza --tree";
fetch = "fastfetch";
neofetch = "fetch";
find = ''fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"'';