mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 04:23:06 +00:00
parent
ebb02e28ec
commit
81cd721b76
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ navi repo browse
|
|||
# Edit main local cheatsheets
|
||||
f="$(navi info cheats-path)/main.cheat"
|
||||
[ -f "$f" ] || navi info cheats-example > "$f"
|
||||
$EDITOR "$f"
|
||||
${EDITOR:-nano} "$f"
|
||||
|
||||
|
||||
% config
|
||||
|
@ -17,7 +17,7 @@ $EDITOR "$f"
|
|||
# Edit config file
|
||||
f="$(navi info config-path)"
|
||||
[ -f "$f" ] || navi info config-example > "$f"
|
||||
$EDITOR "$f"
|
||||
${EDITOR:-nano} "$f"
|
||||
|
||||
|
||||
% 3rd-party
|
||||
|
|
Loading…
Reference in a new issue