mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
{bash,zsh}rc: add missing backslash, run prettier?
This commit is contained in:
parent
275295c9b2
commit
8dc98df80d
@ -867,7 +867,7 @@ ssh-verify-file() {
|
||||
if hash nvim 2> /dev/null; then
|
||||
vim() {
|
||||
echo 'using nvim instead'
|
||||
nvim "$@"
|
||||
\nvim "$@"
|
||||
}
|
||||
else
|
||||
vim() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user