From 7efb8434818f7c9b494d87b9fdfc0d814bd20062 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 7 Apr 2007 19:29:34 +0000 Subject: [PATCH] * Set a default value for $EDITOR. svn path=/nixos/trunk/; revision=8545 --- etc/profile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/profile.sh b/etc/profile.sh index 89ad895e9f5..662d60403fb 100644 --- a/etc/profile.sh +++ b/etc/profile.sh @@ -6,6 +6,7 @@ export TZ=@timeZone@ export TZDIR=@glibc@/share/zoneinfo export FONTCONFIG_FILE=/etc/fonts/fonts.conf export LANG=@defaultLocale@ +export EDITOR=nano # A nice prompt.