aboutsummaryrefslogtreecommitdiff
path: root/local
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-02-09 19:26:11 -0600
committerMatt Singleton <matt@xcolour.net>2021-02-09 19:26:11 -0600
commitb9e3d4d14316054a306914e710157d3e03b5aa25 (patch)
tree5e7ec5aaba7847234000ae6801d23979360db213 /local
parent472ba71fd7e646ea82a332e0ecbe6a836512f28d (diff)
refactor zsh
Diffstat (limited to 'local')
-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