{bash,zsh}rc: add missing backslash, run prettier?

This commit is contained in:
Aminda Suomalainen 2024-06-07 06:34:04 +03:00
parent 275295c9b2
commit 8dc98df80d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 48 additions and 48 deletions

View File

@ -867,7 +867,7 @@ ssh-verify-file() {
if hash nvim 2> /dev/null; then if hash nvim 2> /dev/null; then
vim() { vim() {
echo 'using nvim instead' echo 'using nvim instead'
nvim "$@" \nvim "$@"
} }
else else
vim() { vim() {

View File

@ -861,7 +861,7 @@ ssh-verify-file () {
if hash nvim 2>/dev/null; then if hash nvim 2>/dev/null; then
vim() { vim() {
echo 'using nvim instead' echo 'using nvim instead'
nvim "$@" \nvim "$@"
} }
else else
vim() { vim() {