This commit is contained in:
2024-02-26 00:43:13 +01:00
parent bf2de2e0f6
commit 1e5274e6e4
17 changed files with 389 additions and 23 deletions

View File

@ -35,7 +35,9 @@ alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias la='ls $LS_OPTIONS -al'
alias l='ls $LS_OPTIONS -lA'
#
alias running_services='systemctl list-units --type=service --state=running'
# Some more alias to avoid making mistakes:
#alias rm='rm -i'
#alias cp='cp -i'