add zsh configs
authorAmin Bandali <me@aminb.org>
Thu, 23 Oct 2014 04:53:46 +0000 (00:53 -0400)
committerAmin Bandali <me@aminb.org>
Thu, 23 Oct 2014 04:53:46 +0000 (00:53 -0400)
zsh/.zprofile [new file with mode: 0644]
zsh/.zshrc.local [new file with mode: 0644]

diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644 (file)
index 0000000..f64674a
--- /dev/null
@@ -0,0 +1,4 @@
+
+[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx
+
+
diff --git a/zsh/.zshrc.local b/zsh/.zshrc.local
new file mode 100644 (file)
index 0000000..7600202
--- /dev/null
@@ -0,0 +1,7 @@
+# Base16 Shell
+BASE16_SCHEME="thewildhunt"
+BASE16_SHELL="$HOME/.theme/base16-$BASE16_SCHEME.dark.sh"
+[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL
+
+PATH="$HOME/.local/bin:$PATH"
+