add systemctl/journaltctl aliases, es shell reload alias

This commit is contained in:
2025-06-24 19:19:22 -05:00
parent 3424173fc7
commit 8f0d5c209a

View File

@@ -1,5 +1,10 @@
# Controlled by chezmoi
# System
alias sctl='systemctl'
alias sctlu='systemctl --user'
alias jctl='journalctl'
# Core aliases
alias ll='ls -AlFh'
alias la='ls -Ah'
@@ -8,6 +13,7 @@ alias nano='micro'
alias lg='lazygit'
alias vim='nvim'
alias chlg='lazygit --path ~/.local/share/chezmoi'
alias es='exec $SHELL'
# Chezmoi
alias cha='chezmoi apply --interactive'