OSDN Git Service

[add] : Added config for EDITOR
authorhayao <shun819.mail@gmail.com>
Sun, 12 Jul 2020 00:57:41 +0000 (09:57 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 12 Jul 2020 00:57:41 +0000 (09:57 +0900)
channels/lxde/airootfs.any/etc/zsh/zshenv [new file with mode: 0644]
channels/plasma/airootfs.any/etc/zsh/zshenv [new file with mode: 0644]
channels/share/airootfs.any/etc/profile.d/default-editor.sh [new file with mode: 0644]
channels/xfce/airootfs.any/etc/zsh/zshenv [new file with mode: 0644]

diff --git a/channels/lxde/airootfs.any/etc/zsh/zshenv b/channels/lxde/airootfs.any/etc/zsh/zshenv
new file mode 100644 (file)
index 0000000..b3e738c
--- /dev/null
@@ -0,0 +1 @@
+export EDITOR=nano
\ No newline at end of file
diff --git a/channels/plasma/airootfs.any/etc/zsh/zshenv b/channels/plasma/airootfs.any/etc/zsh/zshenv
new file mode 100644 (file)
index 0000000..b3e738c
--- /dev/null
@@ -0,0 +1 @@
+export EDITOR=nano
\ No newline at end of file
diff --git a/channels/share/airootfs.any/etc/profile.d/default-editor.sh b/channels/share/airootfs.any/etc/profile.d/default-editor.sh
new file mode 100644 (file)
index 0000000..807ec89
--- /dev/null
@@ -0,0 +1,2 @@
+EDITOR="nano"
+export EDITOR="${EDITOR}"
diff --git a/channels/xfce/airootfs.any/etc/zsh/zshenv b/channels/xfce/airootfs.any/etc/zsh/zshenv
new file mode 100644 (file)
index 0000000..b3e738c
--- /dev/null
@@ -0,0 +1 @@
+export EDITOR=nano
\ No newline at end of file