Commit f7c99367 authored by Tristan Cavelier's avatar Tristan Cavelier Committed by Tomáš Peterka

nayuos: add EDITOR configuration in .bashrc

parent a94ba84c
...@@ -134,6 +134,9 @@ if ! grep '----- BEGIN NayuOS configuration -----' "${BASH_EBUILD_DIR}/files/dot ...@@ -134,6 +134,9 @@ if ! grep '----- BEGIN NayuOS configuration -----' "${BASH_EBUILD_DIR}/files/dot
# ----- BEGIN NayuOS configuration ----- # ----- BEGIN NayuOS configuration -----
# use vim as default editor if nano does not exist
which nano &> /dev/null || export EDITOR=vim
# git quickfix for finding right git executables # git quickfix for finding right git executables
export GIT_EXEC_PATH=/usr/local/libexec/git-core export GIT_EXEC_PATH=/usr/local/libexec/git-core
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment