@@ -1,3 +1,6 @@
+# ensure /usr/local/bin is in path
+export PATH=/usr/local/bin:$PATH
+
if [[ $- != *i* ]] ; then
# shell is non-interactive. be done now!
return
@@ -1,23 +0,0 @@
-# OSX
-.DS_Store
-.AppleDouble
-.LSOverride
-Icon
-
-# Thumbnails
-._*
-# Sublime3
-*.sublime-workspace
-Sublime3/User/Package Control.last-run
-Sublime3/User/Package Control.ca-list
-Sublime3/User/Package Control.ca-bundle
-Sublime3/User/Package Control.system-ca-bundle
-Sublime3/User/Package Control.cache/
-Sublime3/User/Package Control.ca-certs/
-# local backups
-bak/
-# local additions
-**/local.*sh
@@ -0,0 +1,10 @@
+# OSX
+.DS_Store
+.AppleDouble
+.LSOverride
+Icon
+# Thumbnails
+._*
+.todo
@@ -6,7 +6,7 @@ alias lt='ls -ltFh' # long list,sorted by date,show type,human readable
alias ll='ls -l' # long list
# http
-alias start-http='python -m SimpleHTTPServer'
+alias http-server='python -m SimpleHTTPServer'
# osx-only aliases
if [[ "$(uname -s)" = 'Darwin' ]]; then
@@ -0,0 +1 @@
+setopt auto_cd
@@ -16,8 +16,10 @@ if ! zgen saved; then
zgen loadall <<EOPLUGINS
mreinhardt/sfz-prompt.zsh
zsh-users/zsh-autosuggestions
- zsh-users/zsh-history-substring-search
+ lukechilds/zsh-better-npm-completion
zsh-users/zsh-syntax-highlighting
+ zsh-users/zsh-history-substring-search
EOPLUGINS
# ^ can't indent this EOPLUGINS