mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
fish: add abbreviations for safer common commands
This commit is contained in:
parent
22a5f21275
commit
2fb0f35acb
@ -44,4 +44,9 @@ if status is-interactive
|
|||||||
alias chown 'chgrp --preserve-root'
|
alias chown 'chgrp --preserve-root'
|
||||||
alias vim nvim
|
alias vim nvim
|
||||||
alias vimdiff 'nvim -d'
|
alias vimdiff 'nvim -d'
|
||||||
|
|
||||||
|
abbr cp cp -i
|
||||||
|
abbr mv mv -i
|
||||||
|
abbr rm rm -I
|
||||||
|
abbr ln ln -i
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user