mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-20 12:44:40 -04:00
fish: fix chmod/chgrp aliases
This commit is contained in:
parent
6dbf7eab7b
commit
92cf850905
1 changed files with 2 additions and 2 deletions
|
@ -40,8 +40,8 @@ if status is-interactive
|
|||
alias ip 'ip --color=auto'
|
||||
alias tree 'tree -a'
|
||||
alias chown 'chown --preserve-root'
|
||||
alias chown 'chmod --preserve-root'
|
||||
alias chown 'chgrp --preserve-root'
|
||||
alias chmod 'chmod --preserve-root'
|
||||
alias chgrp 'chgrp --preserve-root'
|
||||
alias vim nvim
|
||||
alias vimdiff 'nvim -d'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue