diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-16 23:20:20 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2020-06-16 23:20:20 +0100 |
| commit | 3de8e0782c43970e5af90a03839520a473b8a5c9 (patch) | |
| tree | b051ea515c34f3e4af254f2c0d06afd9878590a1 | |
| parent | 9d6a43d20a537f6abe2ad63e48e2f861cfc3d6e5 (diff) | |
Add nvim as default editor program
| -rw-r--r-- | .config/bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/bashrc b/.config/bashrc index ec47908..2eb9cdc 100644 --- a/.config/bashrc +++ b/.config/bashrc @@ -8,6 +8,9 @@ ## Adds `~/.local/bin` to $PATH export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')" +# Default programs. +export EDITOR="nvim" + ## Keep the home directory tidy. export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" |
