Pārlūkot izejas kodu

.gitignore_global fixes, PATH tweaks

Tom McKenzie 6 gadi atpakaļ
vecāks
revīzija
6096027b4c
6 mainītis faili ar 18 papildinājumiem un 25 dzēšanām
  1. 3 0
      .bashrc
  2. 0 23
      .gitignore
  3. 10 0
      .gitignore_global
  4. 1 1
      .rc.d/aliases.sh
  5. 1 0
      .zshrc.d/opts.zsh
  6. 3 1
      .zshrc.d/zgen.zsh

+ 3 - 0
.bashrc

@@ -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

+ 0 - 23
.gitignore

@@ -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

+ 10 - 0
.gitignore_global

@@ -0,0 +1,10 @@
+# OSX
+.DS_Store
+.AppleDouble
+.LSOverride
+Icon
+
+# Thumbnails
+._*
+
+.todo

+ 1 - 1
.rc.d/aliases.sh

@@ -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

+ 1 - 0
.zshrc.d/opts.zsh

@@ -0,0 +1 @@
+setopt auto_cd

+ 3 - 1
.zshrc.d/zgen.zsh

@@ -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