Don't quote $VISUAL and $EDITOR
This commit is contained in:
parent
316f4ea034
commit
db427c28ea
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ in
|
|||
echo "New kakoune session started (pid = $last_pid, session name = $kak_session)."
|
||||
|
||||
# Rebind $VISUAL, $EDITOR and e command
|
||||
set -gx VISUAL "kak -c $kak_session"
|
||||
set -gx EDITOR "kak -c $kak_session"
|
||||
set -gx VISUAL kak -c $kak_session
|
||||
set -gx EDITOR kak -c $kak_session
|
||||
'';
|
||||
|
||||
kill-kak-session = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue