$ EDITOR=vim bundle open devise
$ vim
$ echo $EDITOR
$ vim ~/.bashrc
加上这句 export EDITOR=vim
$ . ~/.bashrc
$ echo $EDITOR
vim
$ bundle open devise
时间: 2024-10-07 02:15:13
$ EDITOR=vim bundle open devise
$ vim
$ echo $EDITOR
$ vim ~/.bashrc
加上这句 export EDITOR=vim
$ . ~/.bashrc
$ echo $EDITOR
vim
$ bundle open devise