Browse Source

chsh -s zsh

windhamdavid 13 years ago
parent
commit
a49d95903b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      ndpc.local/.zshrc

+ 6 - 0
ndpc.local/.zshrc

@@ -0,0 +1,6 @@
+. ~/.zsh/config
+. ~/.zsh/aliases
+. ~/.zsh/completion
+
+# use .localrc for settings specific to one system
+[[ -f ~/.localrc ]] && . ~/.localrc