Browse code

Moving and renaming the zshrc file to a template file

Robby Russell authored on 01/09/2009 at 14:43:46
Showing 2 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
0
+# Path to your oh-my-zsh configuration.
1
+export ZSH=$HOME/.oh-my-zsh
2
+
3
+# Set to the name theme to load.
4
+# Look in ~/.oh-my-zsh/themes/
5
+export ZSH_THEME="robbyrussell"
6
+
7
+# Load all of the config files in ~/oh-my-zsh that end in .zsh
8
+# TIP: Add files you don't want in git to .gitignore
9
+for i in $ZSH/*zsh; do source $i; done;
10
+
11
+# Customize to your needs...
12
+#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
13
+
0 14
deleted file mode 100644
... ...
@@ -1,14 +0,0 @@
1
-# Path to your oh-my-zsh configuration.
2
-export ZSH=$HOME/.oh-my-zsh
3
-
4
-# Set to the name theme to load.
5
-# Look in ~/.oh-my-zsh/themes/
6
-export ZSH_THEME="robbyrussell"
7
-
8
-# Load all of the config files in ~/oh-my-zsh that end in .zsh
9
-# TIP: Add files you don't want in git to .gitignore
10
-for i in $ZSH/*zsh; do source $i; done;
11
-
12
-# Customize to your needs...
13
-#export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
14
-