diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-24 18:21:56 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-01-24 18:21:56 +0100 |
| commit | 15d4be463ffa27f2c85105a6a4b098f94aa4e8ac (patch) | |
| tree | 13411f7186c2df1fc07660657ef671e0dedaa7ec /bashrc | |
| parent | f945549fd92db6552610646f3391ad7577d593f0 (diff) | |
| download | dotfiles-15d4be463ffa27f2c85105a6a4b098f94aa4e8ac.tar.gz dotfiles-15d4be463ffa27f2c85105a6a4b098f94aa4e8ac.zip | |
Fixed comment
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'bashrc')
| -rw-r--r-- | bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ source_maybe() { ## # Editors & terminals. -# Set vim as the default editor. +# Set GNU Emacs as the default editor. You can find this `emacsclient-a-nw` +# executable in the `bin` directory of my dotfiles. export EDITOR=emacsclient-a-nw export VISUAL=emacsclient-a-nw alias vi=vim |
