mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +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
|
if hash nvim 2> /dev/null; then
|
||||||
vim() {
|
vim() {
|
||||||
echo 'using nvim instead'
|
echo 'using nvim instead'
|
||||||
nvim "$@"
|
\nvim "$@"
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
vim() {
|
vim() {
|
||||||
|
Loading…
Reference in New Issue
Block a user