This commit is contained in:
Nikolas Weger 2021-06-18 12:01:38 +02:00
parent 6a50884753
commit 4e1f46ab72
2 changed files with 7 additions and 3 deletions

View file

@ -6,6 +6,7 @@ alias mv='mv -i'
alias psg='ps aux | grep -v grep | grep'
alias duplHostKeys='cat $HOME/.ssh/known_hosts | cut -d" " -f3 | sort | uniq -d'
alias has="curl -sL https://git.io/_has | bash -s"
alias sc-status="sudo systemctl status"
alias sc-start="sudo systemctl start"