This commit is contained in:
2024-02-26 00:43:42 +01:00
parent 04c420458c
commit 97fd7efb16
31 changed files with 663 additions and 53 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'