$ EDITOR=vim bundle open devise
$ vim
$ echo $EDITOR
$ vim ~/.bashrc
加上这句 export EDITOR=vim
$ . ~/.bashrc
$ echo $EDITOR
vim
$ bundle open devise
时间: 2024-12-07 14:04:47
$ EDITOR=vim bundle open devise
$ vim
$ echo $EDITOR
$ vim ~/.bashrc
加上这句 export EDITOR=vim
$ . ~/.bashrc
$ echo $EDITOR
vim
$ bundle open devise