all: fix vi alias to use 'emacclient -ct'

This commit is contained in:
Aaron Bieber 2024-06-21 21:28:48 -06:00
parent 64a64ef1c0
commit bc466c86ab
No known key found for this signature in database

View File

@ -201,7 +201,7 @@ in
);
interactiveShellInit = ''
alias vi=emacsclient
alias vi='emacsclient -ct'
'';
};