commit 9db90b48c85c42a91eead133acce472170b4cd6e parent b8d09e393df32a2d2c764b1a02256a3c58699837 Author: Chris Bracken <chris@bracken.jp> Date: Sat, 7 Jan 2012 00:12:02 -0800 Set default editor to vim Diffstat:
M | .profile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.profile b/.profile @@ -8,6 +8,8 @@ # for ssh logins, install and configure the libpam-umask package. umask 022 +export EDITOR=/usr/bin/vim + # if running bash if [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists