aboutsummaryrefslogtreecommitdiff
path: root/local/local.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'local/local.zsh')
-rw-r--r--local/local.zsh6
1 files changed, 6 insertions, 0 deletions
diff --git a/local/local.zsh b/local/local.zsh
index 8b012e4..1b9bf6d 100644
--- a/local/local.zsh
+++ b/local/local.zsh
@@ -1,3 +1,6 @@
+export EDITOR=vim
+export LANG=en_US.UTF-8
+
# get sbin on the path
#export PATH="/usr/sbin:/sbin:$PATH"
@@ -15,6 +18,9 @@
# Java
#export JAVA_HOME="$(/usr/libexec/java_home -v 1.8)"
+# User bin
+#export PATH="$HOME/bin:$PATH"
+
# start the ssh agent on login and stop on logout
#eval `ssh-agent -s`
#trap 'eval `ssh-agent -k`' 0