aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zsh/settings.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zsh/settings.zsh')
-rwxr-xr-xzsh/.zsh/settings.zsh29
1 files changed, 29 insertions, 0 deletions
diff --git a/zsh/.zsh/settings.zsh b/zsh/.zsh/settings.zsh
new file mode 100755
index 0000000..b2777dd
--- /dev/null
+++ b/zsh/.zsh/settings.zsh
@@ -0,0 +1,29 @@
+# ██
+# ░██
+# ██████ ██████░██
+# ░░░░██ ██░░░░ ░██████
+# ██ ░░█████ ░██░░░██
+# ██ ░░░░░██░██ ░██
+# ██████ ██████ ░██ ░██
+# ░░░░░░ ░░░░░░ ░░ ░░
+#
+# ▓▓▓▓▓▓▓▓▓▓
+# ░▓ author ▓ xero <x@xero.nu>
+# ░▓ code ▓ http://code.xero.nu/dotfiles
+# ░▓ mirror ▓ http://git.io/.files
+# ░▓▓▓▓▓▓▓▓▓▓
+# ░░░░░░░░░░
+#
+#█▓▒░ timestamps
+#HIST_STAMPS="mm/dd/yyyy"
+
+#█▓▒░ paths
+export PATH=$HOME/bin:/usr/local/bin:/home/xero/.gem/ruby/2.2.0/bin:$PATH
+#export MANPATH="/usr/local/man:$MANPATH"
+
+#█▓▒░ preferred editor for local and remote sessions
+export EDITOR='vim'
+export VISUAL='vim'
+
+#█▓▒░ language
+export LC_CTYPE=en_US.utf8