Skip to content

Commit

Permalink
remove local theme track
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Oct 15, 2012
1 parent 9f51218 commit de57873
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 136 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/_zsh/update
/_zsh/themes/local
tags
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ZCM, A simple Zsh Configuraton Manager
| Documentation: | https://github.com/GutenYe/zcm/wiki |
| Issue Tracker: | https://github.com/GutenYe/zcm/issues |

**Note: It's still under early development.**
### Note: It's still under early development.

This is the version 2.0 of ZCM, you can find version 1.0 at [here](https://github.com/zcm/zcm).

Expand Down
2 changes: 1 addition & 1 deletion _zsh/themes/default/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ based on [Sorin Ionescu's theme](https://github.com/sorin-ionescu/oh-my-zsh/blob

result

/home/guten master ✭ ✖ ✹ ❯
/home/user master ✭ ✖ ✹ ❯

this snapshot is wrong.
![snapshot](https://raw.github.com/zcm/theme-default/master/snapshot.png)
Expand Down
Empty file removed _zsh/themes/local/.gitignore
Empty file.
1 change: 0 additions & 1 deletion _zsh/themes/local/local.after.zsh

This file was deleted.

38 changes: 0 additions & 38 deletions _zsh/themes/local/local.git.zsh

This file was deleted.

12 changes: 0 additions & 12 deletions _zsh/themes/local/local.rbenv.zsh

This file was deleted.

13 changes: 0 additions & 13 deletions _zsh/themes/local/local.rvm.zsh

This file was deleted.

18 changes: 0 additions & 18 deletions _zsh/themes/local/local.ssh.zsh

This file was deleted.

18 changes: 0 additions & 18 deletions _zsh/themes/local/local.svn.zsh

This file was deleted.

20 changes: 0 additions & 20 deletions _zsh/themes/local/local.theme.zsh

This file was deleted.

12 changes: 0 additions & 12 deletions _zsh/themes/local/local.user.zsh

This file was deleted.

2 changes: 0 additions & 2 deletions _zsh/zsh.completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ zstyle ":completion:*:*:*:users" ignored-patterns \
zstyle "*" single-ignored show


# guten
# completer
# _expand _complete _ignored _correct _approximate
#
Expand All @@ -75,7 +74,6 @@ zstyle ":completion:*" max-errors 10

zstyle ":completion:*" matcher-list ""

zstyle :compinstall filename "/home/guten/.zshrc"
#compdef "_files -g "*.log"" "-redirect-,2>,-default-"
zstyle ":completion:*:*:-redirect-,2>,*:*" file-patterns "*.log"
zstyle ":completion:*" verbose yes
Expand Down

0 comments on commit de57873

Please sign in to comment.