From b9e3d4d14316054a306914e710157d3e03b5aa25 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Tue, 9 Feb 2021 19:26:11 -0600 Subject: refactor zsh --- local/local.zsh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'local') 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 -- cgit v1.2.3