abbr instead of alias
This commit is contained in:
parent
57b42f9262
commit
8175d5a172
2 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue