grp alias

This commit is contained in:
Mylloon 2023-11-08 16:24:32 +01:00
parent bb8a7678be
commit 57b42f9262
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -12,3 +12,4 @@ alias ssh-fix "sudo chown $USER:$(id -gn) $HOME/.ssh/* && \
sudo chmod u=r,g=r,o=r $HOME/.ssh/config; \
sudo chmod u=rw,g=,o= $HOME/.ssh/environment 2>/dev/null; \
sudo chmod u=rw,g=,o= $HOME/.ssh/known_hosts 2>/dev/null"
alias grp "git remote prune origin"