This commit is contained in:
Yad Smood 2013-04-23 19:47:54 -07:00
commit 79252ddd0b
4 changed files with 5 additions and 2 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "plugins/zsh-syntax-highlighting"]
path = plugins/zsh-syntax-highlighting
url = git://github.com/zsh-users/zsh-syntax-highlighting.git

@ -0,0 +1 @@
Subproject commit e5d8a50d362a153a28506be6fae9cf179dbb5fd4

View file

@ -3,7 +3,7 @@
# It is recommended to use with a dark background and the font Inconsolata.
# Colors: black, red, green, yellow, *blue, magenta, cyan, and white.
#
# http://ysmood.org/wp/2013/03/my-ys-terminal-theme/
# http://blog.ysmood.org/2013/03/my-ys-terminal-theme/
# Mar 2013 ys
# Machine name.

View file

@ -1,5 +1,4 @@
current_path=`pwd`
current_path=${current_path/ /\\ }
printf '\033[0;34m%s\033[0m\n' "Upgrading Oh My Zsh"
cd "$ZSH"