Fix string escape in README.md
This commit is contained in:
parent
9276b93fae
commit
e279f66801
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Just put the following aliases into `~/.bashrc` to make things easier:
|
|||
alias nn="notes.sh -n"
|
||||
|
||||
# Type "ne" to look up and edit an existing note
|
||||
alias ne="notes.sh -l | fzf --tac --with-nth="2..-1" | xargs -o notes.sh -e"
|
||||
alias ne="notes.sh -l | fzf --tac --with-nth=\"2..-1\" | xargs -o notes.sh -e"
|
||||
```
|
||||
|
||||
## Publishing notes to HTML
|
||||
|
|
Loading…
Reference in a new issue