refactor: add tatool aliases and update flake.lock for dependency revisions
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
Some checks failed
Nix Format Check / check-format (push) Failing after 39s
This commit is contained in:
8
.bashrc
8
.bashrc
@ -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'
|
||||
|
Reference in New Issue
Block a user