summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorAmin Bandali <me@aminb.org>2014-10-23 00:53:46 -0400
committerAmin Bandali <me@aminb.org>2014-10-23 00:53:46 -0400
commit686c6d84bdc8407e2655dcdf708882e712dbd37d (patch)
tree0cff952e89d563bf048c7d028c336148d9c9279b /zsh
parentdebd020d0b1266185738c31630c4ddd0a6cdd057 (diff)
downloadconfigs-686c6d84bdc8407e2655dcdf708882e712dbd37d.tar.gz
configs-686c6d84bdc8407e2655dcdf708882e712dbd37d.tar.xz
configs-686c6d84bdc8407e2655dcdf708882e712dbd37d.zip
add zsh configs
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile4
-rw-r--r--zsh/.zshrc.local7
2 files changed, 11 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile
new file mode 100644
index 0000000..f64674a
--- /dev/null
+++ b/zsh/.zprofile
@@ -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
index 0000000..7600202
--- /dev/null
+++ b/zsh/.zshrc.local
@@ -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"
+