Updated Home (markdown)

Mischievous Meerkat 2020-07-07 06:53:57 +05:30
parent 65ac89762c
commit 39ba245e6c
1 changed files with 1 additions and 1 deletions

@ -46,7 +46,7 @@ alias n2="dvtm n n"
or a Bash function to handle arguments:
```sh
n2()
n2 ()
{
dvtm "nnn -nr $@" "nnn -nr $@"
}