abbr instead of alias

This commit is contained in:
Mylloon 2023-11-08 16:25:57 +01:00
parent 57b42f9262
commit 8175d5a172
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 1 additions and 1 deletions

View file

@ -28,3 +28,4 @@ abbr vmake "make clean && clear; make dev && valgrind --leak-check=full --show-l
abbr zip "zip -r 'archive.zip' dossier"
abbr mfind "find /* 2> /dev/null | grep -i ''" # Search for any filename in all disks
abbr sfind "find * -type f -name '*.sync-conflict*' -ok rm {} \;"
abbr grp "git remote prune origin"

View file

@ -12,4 +12,3 @@ 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"