Updated Home (markdown)

Mischievous Meerkat 2020-09-13 18:07:36 +05:30
parent 4c2a0d074f
commit 3957f1cd32
1 changed files with 2 additions and 2 deletions

@ -37,12 +37,12 @@ You can also have an alias:
alias n2="dvtm n n"
```
or a Bash function to handle arguments:
or a Bash function (with <kbd>^\</kbd> as dvtm modifier) to handle arguments:
```sh
n2 ()
{
dvtm "nnn -nr $@" "nnn -nr $@"
dvtm -m '^\' "nnn -nr $@" "nnn -nr $@"
}
```