mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-06-07 14:32:57 -04:00
fish: add abbreviations for safer common commands
This commit is contained in:
parent
22a5f21275
commit
2fb0f35acb
1 changed files with 5 additions and 0 deletions
|
@ -44,4 +44,9 @@ if status is-interactive
|
|||
alias chown 'chgrp --preserve-root'
|
||||
alias vim nvim
|
||||
alias vimdiff 'nvim -d'
|
||||
|
||||
abbr cp cp -i
|
||||
abbr mv mv -i
|
||||
abbr rm rm -I
|
||||
abbr ln ln -i
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue