aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/_path.zsh2
-rw-r--r--system/env.zsh1
2 files changed, 3 insertions, 0 deletions
diff --git a/system/_path.zsh b/system/_path.zsh
new file mode 100644
index 0000000..255c2cf
--- /dev/null
+++ b/system/_path.zsh
@@ -0,0 +1,2 @@
+export PATH="./bin:/usr/local/bin:/usr/local/sbin:$ZSH/bin:$PATH"
+export MANPATH="/usr/local/man:/usr/local/mysql/man:/usr/local/git/man:$MANPATH"
diff --git a/system/env.zsh b/system/env.zsh
new file mode 100644
index 0000000..c4620b4
--- /dev/null
+++ b/system/env.zsh
@@ -0,0 +1 @@
+export EDITOR='vim'