mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 13:45:02 -05:00
fish: fix chmod/chgrp aliases
This commit is contained in:
parent
6dbf7eab7b
commit
92cf850905
@ -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…
Reference in New Issue
Block a user