mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
change EDITOR variable
This commit is contained in:
parent
03496920d0
commit
58ac67c492
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ export DEFAULT_USER=dmitmel
|
|||
if [[ -n $SSH_CONNECTION ]]; then
|
||||
export EDITOR="rmate"
|
||||
else
|
||||
export EDITOR="code"
|
||||
export EDITOR="code --wait"
|
||||
fi
|
||||
|
||||
export CLICOLOR=1
|
||||
|
|
Loading…
Reference in a new issue