Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Mar 27, 2013
1 parent d115108 commit cb6a8a7
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion CONTRIB.md
Expand Up @@ -53,7 +53,7 @@ larger changes where `develop` might move on whilst you're completing your work.
#### Configuring Git Flow

There is a set of [helper scripts][8] that will work on both Unix-based
operating systems and Windows. Follow the appropriate
operating systems and Windows. Follow the appropriate
[installation instructions][9] for your operating system, and configure your
working copy repository for use with Git Flow by typing `git flow init`.
Accept all the default options to the questions that it asks you.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ accompanying README files to learn of what is available.
1. Add your own modules to *~/.zsh.local/modules/* to override existing modules.
2. Load the modules you need in *~/.zshrc* then open a new Zsh terminal window
or tab.

### Themes

1. For a list of themes, type `prompt -l`.
Expand Down
2 changes: 1 addition & 1 deletion helper.zsh
Expand Up @@ -198,7 +198,7 @@ function dzinfo {
else
print " module global local aliases colour">&1
print " ====== ====== ===== ======= ======">&1
fi
fi
for dzmodule in "$dzmodules[@]"; do
zstyle -a ":dotzsh:module:$dzmodule" loaded 'dzmodload_module_loaded'
zstyle -a ":dotzsh:module:local:$dzmodule" loaded 'dzmodload_local_module_loaded'
Expand Down
2 changes: 1 addition & 1 deletion modules/README.md
Expand Up @@ -3,7 +3,7 @@ dotzsh modules

Modules can be enabled for loading in *zshrc*.

dotzsh will try to load modules from
dotzsh will try to load modules from

$DOTZSHLOCAL/modules
$DOTZSH/modules
Expand Down
2 changes: 1 addition & 1 deletion modules/auto-fu/README.md
Expand Up @@ -3,6 +3,6 @@ auto-fu

Provies automatic completion

NOTE: This mdoule is incompatible with the `history-substring-search` and
NOTE: This mdoule is incompatible with the `history-substring-search` and
`syntax-highlighting` modules

2 changes: 1 addition & 1 deletion modules/dpkg/init.zsh
@@ -1,4 +1,4 @@
#
#
# dotzsh : https://github.com/dotphiles/dotzsh
#
# Defines dpkg aliases.
Expand Down
2 changes: 1 addition & 1 deletion modules/environment/init.zsh
Expand Up @@ -54,7 +54,7 @@ if [[ "$editor" == (less|) ]]; then
export LESS='-F -g -i -M -R -S -w -X -z-4'
fi
# Set the Less input preprocessor.

if (( $+commands[src-hilite-lesspipe.sh] )); then
export LESSOPEN='| /usr/bin/env src-hilite-lesspipe.sh %s 2>&-'
elif (( $+commands[lesspipe.sh] )); then
Expand Down
4 changes: 2 additions & 2 deletions modules/git/README.md
Expand Up @@ -156,7 +156,7 @@ to date or pushed
- `gwd`, Show changes between commits, commit and working tree, etc.
- `gwD`, Show changes between commits, commit and working tree, etc. (without white spaces)
- `gwr`, Reset current HEAD to specified state, do not touch the index file nor
the working tree
the working tree
- `gwR`, Reset current HEAD to specified state,match the working tree and index
to the given tree
- `gwc`, Remove untracked files from working tree (dry-run)
Expand Down Expand Up @@ -243,7 +243,7 @@ Here is an exhaustive list of the elements and the format code that can be used:
</table>

#### Prompt and rPrompt
Once every element has been pre-formated,
Once every element has been pre-formated,
- prompt, Left prompt.
- rprompt, Right prompt.

Expand Down
2 changes: 1 addition & 1 deletion modules/notify/init.zsh
Expand Up @@ -58,7 +58,7 @@ notify_precmd() {
${notify_exec} -group dotzshnotify -message ${message} -title ${notify_cmd:-Some command} > /dev/null
else
${notify_exec} -n "dotzshnotify" -m ${message} ${notify_cmd:-Some command}
fi
fi
fi
fi
notify_cmd=
Expand Down
2 changes: 1 addition & 1 deletion modules/python/README.md
Expand Up @@ -9,7 +9,7 @@ Settings

### PYTHONSTARTUP

To export the PYTHONSTARTUP environment variable, add the following
To export the PYTHONSTARTUP environment variable, add the following
to *zshrc*:

zstyle ':dotzsh:module:python' rcfile '~/.pythonrc'
Expand Down
2 changes: 1 addition & 1 deletion modules/rails/README.md
Expand Up @@ -19,7 +19,7 @@ Aliases
- `rs` starts the Rails server.
- `rsd` starts the Rails server with the debugger.
- `rx` destroys newly generated code.

Authors
-------

Expand Down
2 changes: 1 addition & 1 deletion modules/theme/README.md
Expand Up @@ -16,7 +16,7 @@ a random theme.

### Custom Themes

To set a custom theme on a per host or per domain basis, add the following
To set a custom theme on a per host or per domain basis, add the following
to *zshrc* and replace **name** with the name of the theme you wish to load.

zstyle ':dotzsh:module:theme:hostname:host1.example.com' theme 'name'
Expand Down
2 changes: 1 addition & 1 deletion themes/README.md
Expand Up @@ -10,7 +10,7 @@ Packaging

Themes for dotzsh should be bundled in the the following way

theme-name/README.md <- Required, README, explaining theme
theme-name/README.md <- Required, README, explaining theme
theme-name/init.zsh <- Optional, set dircolors, lscolors etc
theme-name/prompt/ <- Will be added to fpath
theme-name/dircolors/ <- Optional, dircolors files for themes
Expand Down
10 changes: 5 additions & 5 deletions themes/dotphiles/dircolors/dircolors.ansi-dark
Expand Up @@ -102,7 +102,7 @@ EIGHTBIT 1
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
#
# Attribute codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand All @@ -115,8 +115,8 @@ EIGHTBIT 1
# ANSI Color code Solarized Notes Universal SolDark SolLight
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
# 00 none NORMAL, FILE <SAME> <SAME>
# 30 black base02
# 01;30 bright black base03 bg of SolDark
# 30 black base02
# 01;30 bright black base03 bg of SolDark
# 31 red red docs & mm src <SAME> <SAME>
# 01;31 bright red orange EXEC <SAME> <SAME>
# 32 green green editable text <SAME> <SAME>
Expand All @@ -129,8 +129,8 @@ EIGHTBIT 1
# 01;35 bright magenta violet archive/compressed <SAME> <SAME>
# 36 cyan cyan DIR <SAME> <SAME>
# 01;36 bright cyan base1 unimportant non-text <SAME>
# 37 white base2
# 01;37 bright white base3 bg in SolLight
# 37 white base2
# 01;37 bright white base3 bg in SolLight
# 05;37;41 unclear in Putty dark


Expand Down
10 changes: 5 additions & 5 deletions themes/dotphiles/dircolors/dircolors.ansi-light
Expand Up @@ -102,7 +102,7 @@ EIGHTBIT 1
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
#
# Attribute codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand All @@ -115,8 +115,8 @@ EIGHTBIT 1
# ANSI Color code Solarized Notes Universal SolDark SolLight
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
# 00 none NORMAL, FILE <SAME> <SAME>
# 30 black base02
# 01;30 bright black base03 bg of SolDark
# 30 black base02
# 01;30 bright black base03 bg of SolDark
# 31 red red docs & mm src <SAME> <SAME>
# 01;31 bright red orange EXEC <SAME> <SAME>
# 32 green green editable text <SAME> <SAME>
Expand All @@ -129,8 +129,8 @@ EIGHTBIT 1
# 01;35 bright magenta violet archive/compressed <SAME> <SAME>
# 36 cyan cyan DIR <SAME> <SAME>
# 01;36 bright cyan base1 unimportant non-text <SAME>
# 37 white base2
# 01;37 bright white base3 bg in SolLight
# 37 white base2
# 01;37 bright white base3 bg in SolLight
# 05;37;41 unclear in Putty dark


Expand Down
10 changes: 5 additions & 5 deletions themes/dotphiles/dircolors/dircolors.ansi-universal
Expand Up @@ -101,7 +101,7 @@ EIGHTBIT 1
# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
#
# Attribute codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand All @@ -114,8 +114,8 @@ EIGHTBIT 1
# ANSI Color code Solarized Notes Universal SolDark SolLight
# ~~~~~~~~~~~~~~~ ~~~~~~~~~ ~~~~~ ~~~~~~~~~ ~~~~~~~ ~~~~~~~~
# 00 none NORMAL, FILE <SAME> <SAME>
# 30 black base02
# 01;30 bright black base03 bg of SolDark
# 30 black base02
# 01;30 bright black base03 bg of SolDark
# 31 red red docs & mm src <SAME> <SAME>
# 01;31 bright red orange EXEC <SAME> <SAME>
# 32 green green editable text <SAME> <SAME>
Expand All @@ -128,8 +128,8 @@ EIGHTBIT 1
# 01;35 bright magenta violet archive/compressed <SAME> <SAME>
# 36 cyan cyan DIR <SAME> <SAME>
# 01;36 bright cyan base1 unimportant non-text <SAME>
# 37 white base2
# 01;37 bright white base3 bg in SolLight
# 37 white base2
# 01;37 bright white base3 bg in SolLight
# 05;37;41 unclear in Putty dark


Expand Down
2 changes: 1 addition & 1 deletion themes/dotphiles/dircolors/dircolors.molokai
Expand Up @@ -40,7 +40,7 @@ TERM rxvt-unicode-256color

# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
Expand Down
Binary file modified themes/dotphiles/screenshots/dotphiles.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb6a8a7

Please sign in to comment.