refactor: add tatool aliases and update flake.lock for dependency revisions
Some checks failed
Nix Format Check / check-format (push) Failing after 39s

This commit is contained in:
2025-02-12 16:10:25 +01:00
parent 95d34fa1fa
commit 356f6d0dea
2 changed files with 14 additions and 6 deletions

View File

@ -6,6 +6,14 @@ HISTFILESIZE=2000 # Adjusted to match both histfile and size criteria
# Docker Compose Alias (Mostly for old shell scripts)
alias docker-compose='docker compose'
# tatool aliases
alias tls='tatool ls -g'
alias tps='tls'
alias ti='tatool doctor'
alias td='tatool doctor'
alias tr='tatool restart'
alias tsrc='tatool source'
# Modern tools aliases
alias l="eza --header --long --git --group-directories-first --group --icons --color=always --sort=name --hyperlink -o --no-permissions"
alias ll='l'