mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-11 17:19:21 -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 ip 'ip --color=auto'
|
||||||
alias tree 'tree -a'
|
alias tree 'tree -a'
|
||||||
alias chown 'chown --preserve-root'
|
alias chown 'chown --preserve-root'
|
||||||
alias chown 'chmod --preserve-root'
|
alias chmod 'chmod --preserve-root'
|
||||||
alias chown 'chgrp --preserve-root'
|
alias chgrp 'chgrp --preserve-root'
|
||||||
alias vim nvim
|
alias vim nvim
|
||||||
alias vimdiff 'nvim -d'
|
alias vimdiff 'nvim -d'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue