Added fonts and...exit alias?

This commit is contained in:
ForeverPyrite
2025-09-21 14:33:15 -04:00
parent 0db4cb9fe6
commit 412a7fb813
21 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# Because lowkey typing "exti" and then "exit" and having
# nvim hang for a sec a lil annoying
alias exit "exit 0"
# ------------------------------------------------------------------------------
# Core "Rust-first" Command Replacements
# ------------------------------------------------------------------------------
@@ -23,7 +27,7 @@ alias la "eza -a --icons --group-directories-first"
alias lt "eza --tree --level=2 --long --git --icons"
# tree: deadass replacing the tree command
alias tree "eza -T"
alias tree "eza -T --git --icons"
# ------------------------------------------------------------------------------
# Context-Aware Aliases (Docker)