diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 07e2197..eec4c16 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,4 +39,3 @@ improve its performance, do not hesitate to fork and send pull requests. [3]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html [4]: https://help.github.com/articles/using-pull-requests [5]: http://daringfireball.net/projects/markdown/syntax#img - diff --git a/README.md b/README.md index 646e93a..c9d3fd4 100644 --- a/README.md +++ b/README.md @@ -114,4 +114,3 @@ SOFTWARE. [6]: http://gitref.org [7]: http://www.bash2zsh.com/zsh_refcard/refcard.pdf [8]: http://grml.org/zsh/zsh-lovers.html - diff --git a/init.zsh b/init.zsh index a406c55..6b5254f 100644 --- a/init.zsh +++ b/init.zsh @@ -111,4 +111,3 @@ unset zfunction{s,} zstyle -a ':prezto:load' pmodule 'pmodules' pmodload "$pmodules[@]" unset pmodules - diff --git a/modules/README.md b/modules/README.md index 7527a8c..4d247b2 100644 --- a/modules/README.md +++ b/modules/README.md @@ -192,4 +192,3 @@ Yum --- Defines yum aliases. - diff --git a/modules/archive/README.md b/modules/archive/README.md index 64b95df..a1d4901 100644 --- a/modules/archive/README.md +++ b/modules/archive/README.md @@ -38,4 +38,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/archive/functions/_lsarchive b/modules/archive/functions/_lsarchive index 516a8a3..00f83e0 100644 --- a/modules/archive/functions/_lsarchive +++ b/modules/archive/functions/_lsarchive @@ -11,4 +11,3 @@ _arguments \ '(-v --verbose)'{-v,--remove}'[verbose archive listing]' \ "*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z)(-.)'" && return 0 - diff --git a/modules/archive/functions/_unarchive b/modules/archive/functions/_unarchive index a446cb4..aceb27b 100644 --- a/modules/archive/functions/_unarchive +++ b/modules/archive/functions/_unarchive @@ -11,4 +11,3 @@ _arguments \ '(-r --remove)'{-r,--remove}'[remove archive]' \ "*::archive file:_files -g '(#i)*.(tar|tgz|tbz|tbz2|txz|tlz|gz|bz2|xz|lzma|Z|zip|rar|7z|deb)(-.)'" && return 0 - diff --git a/modules/archive/functions/lsarchive b/modules/archive/functions/lsarchive index f7bc785..3976a50 100644 --- a/modules/archive/functions/lsarchive +++ b/modules/archive/functions/lsarchive @@ -53,4 +53,3 @@ while (( $# > 0 )); do shift done - diff --git a/modules/archive/functions/unarchive b/modules/archive/functions/unarchive index 4397b19..ef309a5 100644 --- a/modules/archive/functions/unarchive +++ b/modules/archive/functions/unarchive @@ -76,4 +76,3 @@ while (( $# > 0 )); do (( $success == 0 )) && (( $remove_archive == 0 )) && rm "$1" shift done - diff --git a/modules/command-not-found/README.md b/modules/command-not-found/README.md index 691806a..e969b71 100644 --- a/modules/command-not-found/README.md +++ b/modules/command-not-found/README.md @@ -13,4 +13,3 @@ Authors [1]: https://code.launchpad.net/command-not-found [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/command-not-found/init.zsh b/modules/command-not-found/init.zsh index c4d1b9f..2d9236a 100644 --- a/modules/command-not-found/init.zsh +++ b/modules/command-not-found/init.zsh @@ -15,4 +15,3 @@ elif [[ -s '/usr/share/doc/pkgfile/command-not-found.zsh' ]]; then else return 1 fi - diff --git a/modules/completion/README.md b/modules/completion/README.md index 83034b5..aaa86fd 100644 --- a/modules/completion/README.md +++ b/modules/completion/README.md @@ -21,4 +21,3 @@ Authors [1]: https://github.com/zsh-users/zsh-completions [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/completion/init.zsh b/modules/completion/init.zsh index c64bcf4..28c2090 100644 --- a/modules/completion/init.zsh +++ b/modules/completion/init.zsh @@ -146,4 +146,3 @@ zstyle ':completion:*:ssh:*' group-order users hosts-domain hosts-host users hos zstyle ':completion:*:(ssh|scp|rsync):*:hosts-host' ignored-patterns '*(.|:)*' loopback ip6-loopback localhost ip6-localhost broadcasthost zstyle ':completion:*:(ssh|scp|rsync):*:hosts-domain' ignored-patterns '<->.<->.<->.<->' '^[-[:alnum:]]##(.[-[:alnum:]]##)##' '*@*' zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^(<->.<->.<->.<->|(|::)([[:xdigit:].]##:(#c,2))##(|%*))' '127.0.0.<->' '255.255.255.255' '::1' 'fe80::*' - diff --git a/modules/directory/README.md b/modules/directory/README.md index 6572bb7..47c1bc2 100644 --- a/modules/directory/README.md +++ b/modules/directory/README.md @@ -33,4 +33,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/directory/init.zsh b/modules/directory/init.zsh index 3be411b..47191df 100644 --- a/modules/directory/init.zsh +++ b/modules/directory/init.zsh @@ -28,4 +28,3 @@ unsetopt CLOBBER # Do not overwrite existing files with > and >>. alias d='dirs -v' for index ({1..9}) alias "$index"="cd +${index}"; unset index - diff --git a/modules/dpkg/README.md b/modules/dpkg/README.md index 98af6c3..6290c05 100644 --- a/modules/dpkg/README.md +++ b/modules/dpkg/README.md @@ -39,4 +39,3 @@ Authors [1]: http://wiki.debian.org/Teams/Dpkg [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/dpkg/functions/deb-clone b/modules/dpkg/functions/deb-clone index a80874a..a284c96 100644 --- a/modules/dpkg/functions/deb-clone +++ b/modules/dpkg/functions/deb-clone @@ -23,4 +23,3 @@ rm "$clone_script" print '#!/bin/sh\n' > "$clone_script" print "aptitude install ${package_list}\n" >> "$clone_script" chmod +x "$clone_script" - diff --git a/modules/dpkg/functions/deb-history b/modules/dpkg/functions/deb-history index a5a1ee8..3737679 100644 --- a/modules/dpkg/functions/deb-history +++ b/modules/dpkg/functions/deb-history @@ -34,4 +34,3 @@ Commands: EOF ;; esac - diff --git a/modules/dpkg/functions/deb-kbuild b/modules/dpkg/functions/deb-kbuild index 1120e1a..bdf7801 100644 --- a/modules/dpkg/functions/deb-kbuild +++ b/modules/dpkg/functions/deb-kbuild @@ -12,4 +12,3 @@ MAKEFLAGS='' time fakeroot make-kpkg \ --revision "$(date +"%Y%m%d")" \ kernel_image \ kernel_headers - diff --git a/modules/dpkg/init.zsh b/modules/dpkg/init.zsh index fbbc8bc..e1f479b 100644 --- a/modules/dpkg/init.zsh +++ b/modules/dpkg/init.zsh @@ -55,4 +55,3 @@ alias deb-build='time dpkg-buildpackage -rfakeroot -us -uc' # Removes all kernel images and headers, except for the ones in use. alias deb-kclean='sudo aptitude remove -P "?and(~i~nlinux-(ima|hea) ?not(~n`uname -r`))"' - diff --git a/modules/editor/README.md b/modules/editor/README.md index c673bee..da0185f 100644 --- a/modules/editor/README.md +++ b/modules/editor/README.md @@ -59,4 +59,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/oh-my-zsh/issues - diff --git a/modules/editor/init.zsh b/modules/editor/init.zsh index ef79848..9aa64d6 100644 --- a/modules/editor/init.zsh +++ b/modules/editor/init.zsh @@ -327,4 +327,3 @@ else fi unset key{,map,bindings} - diff --git a/modules/environment/README.md b/modules/environment/README.md index 0291861..b86cbc5 100644 --- a/modules/environment/README.md +++ b/modules/environment/README.md @@ -23,4 +23,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/environment/init.zsh b/modules/environment/init.zsh index d05aa07..51d2616 100644 --- a/modules/environment/init.zsh +++ b/modules/environment/init.zsh @@ -55,4 +55,3 @@ if zstyle -t ':prezto:environment:termcap' color; then export LESS_TERMCAP_ue=$'\E[0m' # Ends underline. export LESS_TERMCAP_us=$'\E[01;32m' # Begins underline. fi - diff --git a/modules/fasd/README.md b/modules/fasd/README.md index 5cfc2cc..7d22626 100644 --- a/modules/fasd/README.md +++ b/modules/fasd/README.md @@ -36,4 +36,3 @@ Authors [3]: https://github.com/rupa/z [4]: https://github.com/rupa/v [5]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/fasd/init.zsh b/modules/fasd/init.zsh index 7088e9c..fc21425 100644 --- a/modules/fasd/init.zsh +++ b/modules/fasd/init.zsh @@ -51,4 +51,3 @@ function fasd_cd { # Changes the current working directory interactively. alias j='fasd_cd -i' - diff --git a/modules/git/README.md b/modules/git/README.md index 0dd932f..c2d0449 100644 --- a/modules/git/README.md +++ b/modules/git/README.md @@ -332,4 +332,3 @@ Authors [6]: https://github.com/sorin-ionescu/prezto/issues [7]: https://github.com/sorin-ionescu/prezto/issues/219 [8]: http://www.kernel.org/pub/software/scm/git/docs/git-log.html - diff --git a/modules/git/alias.zsh b/modules/git/alias.zsh index bf6d364..4769139 100644 --- a/modules/git/alias.zsh +++ b/modules/git/alias.zsh @@ -179,4 +179,3 @@ alias gwc='git clean -n' alias gwC='git clean -f' alias gwx='git rm -r' alias gwX='git rm -rf' - diff --git a/modules/git/functions/_git-hub-browse b/modules/git/functions/_git-hub-browse index 0085c18..54d223f 100644 --- a/modules/git/functions/_git-hub-browse +++ b/modules/git/functions/_git-hub-browse @@ -45,4 +45,3 @@ case "$state" in esac return $ret - diff --git a/modules/git/functions/_git-hub-shorten-url b/modules/git/functions/_git-hub-shorten-url index 32199ce..dcc7bb3 100644 --- a/modules/git/functions/_git-hub-shorten-url +++ b/modules/git/functions/_git-hub-shorten-url @@ -9,4 +9,3 @@ # _arguments '1:url:' && return 0 - diff --git a/modules/git/functions/_git-info b/modules/git/functions/_git-info index c1467e8..1e21bfe 100644 --- a/modules/git/functions/_git-info +++ b/modules/git/functions/_git-info @@ -16,4 +16,3 @@ _arguments "1:toggle:(( on\:'enable in-prompt information for the current repository' off\:'disable in-prompt information for the current repository' ))" && return 0 - diff --git a/modules/git/functions/_git-submodule-move b/modules/git/functions/_git-submodule-move index ab8cd1b..44eddb5 100644 --- a/modules/git/functions/_git-submodule-move +++ b/modules/git/functions/_git-submodule-move @@ -38,4 +38,3 @@ case "$state" in esac return $ret - diff --git a/modules/git/functions/_git-submodule-remove b/modules/git/functions/_git-submodule-remove index 1460dd0..87bd7cb 100644 --- a/modules/git/functions/_git-submodule-remove +++ b/modules/git/functions/_git-submodule-remove @@ -24,4 +24,3 @@ done < <( ) _describe -t submodule 'submodules' submodules && return 0 - diff --git a/modules/git/functions/git-branch-current b/modules/git/functions/git-branch-current index c731958..944ffe2 100644 --- a/modules/git/functions/git-branch-current +++ b/modules/git/functions/git-branch-current @@ -18,4 +18,3 @@ if [[ -n "$ref" ]]; then else return 1 fi - diff --git a/modules/git/functions/git-commit-lost b/modules/git/functions/git-commit-lost index e4075c9..75ab571 100644 --- a/modules/git/functions/git-commit-lost +++ b/modules/git/functions/git-commit-lost @@ -18,4 +18,3 @@ git fsck 2> /dev/null \ --no-walk \ --stdin \ --pretty=format:${_git_log_oneline_format} - diff --git a/modules/git/functions/git-dir b/modules/git/functions/git-dir index 2e40e9e..7e16ca8 100644 --- a/modules/git/functions/git-dir +++ b/modules/git/functions/git-dir @@ -14,4 +14,3 @@ else print "$0: not a repository: $PWD" >&2 return 1 fi - diff --git a/modules/git/functions/git-hub-browse b/modules/git/functions/git-hub-browse index 80fddca..549a544 100644 --- a/modules/git/functions/git-hub-browse +++ b/modules/git/functions/git-hub-browse @@ -56,4 +56,3 @@ else print "$0: not a Git repository or remote not set" >&2 return 1 fi - diff --git a/modules/git/functions/git-hub-shorten-url b/modules/git/functions/git-hub-shorten-url index c394f5b..77e4b0b 100644 --- a/modules/git/functions/git-hub-shorten-url +++ b/modules/git/functions/git-hub-shorten-url @@ -20,4 +20,3 @@ if (( $+commands[curl] )); then else print "$0: command not found: curl" >&2 fi - diff --git a/modules/git/functions/git-info b/modules/git/functions/git-info index bc62724..8aaa4c3 100644 --- a/modules/git/functions/git-info +++ b/modules/git/functions/git-info @@ -421,4 +421,3 @@ function git-info { } git-info "$@" - diff --git a/modules/git/functions/git-root b/modules/git/functions/git-root index 82b7438..712e4fe 100644 --- a/modules/git/functions/git-root +++ b/modules/git/functions/git-root @@ -14,4 +14,3 @@ else print "$0: not a repository work tree: $PWD" >&2 return 1 fi - diff --git a/modules/git/functions/git-stash-clear-interactive b/modules/git/functions/git-stash-clear-interactive index effd038..e45165c 100644 --- a/modules/git/functions/git-stash-clear-interactive +++ b/modules/git/functions/git-stash-clear-interactive @@ -20,4 +20,3 @@ if [[ -f "$(git-dir)/refs/stash" ]]; then fi fi fi - diff --git a/modules/git/functions/git-stash-dropped b/modules/git/functions/git-stash-dropped index 2622926..5158070 100644 --- a/modules/git/functions/git-stash-dropped +++ b/modules/git/functions/git-stash-dropped @@ -20,4 +20,3 @@ git fsck --unreachable 2> /dev/null \ --merges \ --no-walk \ --stdin - diff --git a/modules/git/functions/git-stash-recover b/modules/git/functions/git-stash-recover index 0709440..6add26f 100644 --- a/modules/git/functions/git-stash-recover +++ b/modules/git/functions/git-stash-recover @@ -16,4 +16,3 @@ for commit in "$@"; do git update-ref \ -m "$(git log -1 --pretty="format:%s" "$commit")" refs/stash "$commit" done - diff --git a/modules/git/functions/git-submodule-move b/modules/git/functions/git-submodule-move index c3db972..34c5e44 100644 --- a/modules/git/functions/git-submodule-move +++ b/modules/git/functions/git-submodule-move @@ -30,4 +30,3 @@ git-submodule-remove "$src" git submodule add "$url" "$dst" return 0 - diff --git a/modules/git/functions/git-submodule-remove b/modules/git/functions/git-submodule-remove index 3f72fb6..852b9cd 100644 --- a/modules/git/functions/git-submodule-remove +++ b/modules/git/functions/git-submodule-remove @@ -25,4 +25,3 @@ rm -rf "${1}" rm -rf "$(git-dir)/modules/${1}" return 0 - diff --git a/modules/git/init.zsh b/modules/git/init.zsh index 3a618f2..ba54082 100644 --- a/modules/git/init.zsh +++ b/modules/git/init.zsh @@ -15,4 +15,3 @@ pmodload 'helper' # Source module files. source "${0:h}/alias.zsh" - diff --git a/modules/gnu-utility/README.md b/modules/gnu-utility/README.md index b3b6ded..7e39d03 100644 --- a/modules/gnu-utility/README.md +++ b/modules/gnu-utility/README.md @@ -30,4 +30,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/gnu-utility/init.zsh b/modules/gnu-utility/init.zsh index a381231..6556032 100644 --- a/modules/gnu-utility/init.zsh +++ b/modules/gnu-utility/init.zsh @@ -58,4 +58,3 @@ for _gnu_utility_cmd in "${_gnu_utility_cmds[@]}"; do done unset _gnu_utility_{p,cmds,cmd,pcmd} - diff --git a/modules/gpg/README.md b/modules/gpg/README.md index b13e33e..80e91d0 100644 --- a/modules/gpg/README.md +++ b/modules/gpg/README.md @@ -24,4 +24,3 @@ Authors [1]: http://www.gnupg.org [2]: http://linux.die.net/man/1/gpg-agent [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/gpg/init.zsh b/modules/gpg/init.zsh index a99f7cb..0bb7476 100644 --- a/modules/gpg/init.zsh +++ b/modules/gpg/init.zsh @@ -44,4 +44,3 @@ unset _gpg_agent_{conf,env} if [[ -n "$SSH_CONNECTION" ]]; then export PINENTRY_USER_DATA='USE_CURSES=1' fi - diff --git a/modules/haskell/README.md b/modules/haskell/README.md index 512350d..dcf144c 100644 --- a/modules/haskell/README.md +++ b/modules/haskell/README.md @@ -26,4 +26,3 @@ Authors [1]: http://www.haskell.org/cabal/ [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/helper/README.md b/modules/helper/README.md index b010b00..9f10d6e 100644 --- a/modules/helper/README.md +++ b/modules/helper/README.md @@ -22,4 +22,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/helper/functions/add-zsh-trap b/modules/helper/functions/add-zsh-trap index c8796ca..07663e9 100644 --- a/modules/helper/functions/add-zsh-trap +++ b/modules/helper/functions/add-zsh-trap @@ -39,4 +39,3 @@ function add-zsh-trap { } add-zsh-trap "$@" - diff --git a/modules/helper/init.zsh b/modules/helper/init.zsh index 7e0f9d5..9d79218 100644 --- a/modules/helper/init.zsh +++ b/modules/helper/init.zsh @@ -29,4 +29,3 @@ function coalesce { done return 1 } - diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md index 27a4a78..79714fa 100644 --- a/modules/history-substring-search/README.md +++ b/modules/history-substring-search/README.md @@ -59,4 +59,3 @@ Authors [1]: https://github.com/zsh-users/zsh-history-substring-search [2]: http://fishshell.com [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/history-substring-search/init.zsh b/modules/history-substring-search/init.zsh index 0fc191d..67990a3 100644 --- a/modules/history-substring-search/init.zsh +++ b/modules/history-substring-search/init.zsh @@ -55,4 +55,3 @@ if [[ -n "$key_info" ]]; then bindkey -M "$keymap" "$key_info[Down]" history-substring-search-down done fi - diff --git a/modules/history/README.md b/modules/history/README.md index 7875ca5..3dc9a26 100644 --- a/modules/history/README.md +++ b/modules/history/README.md @@ -41,4 +41,3 @@ Authors [1]: http://zsh.sourceforge.net/Guide/zshguide02.html#l16 [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/homebrew/README.md b/modules/homebrew/README.md index c8e6d4e..d646d31 100644 --- a/modules/homebrew/README.md +++ b/modules/homebrew/README.md @@ -23,4 +23,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/homebrew/init.zsh b/modules/homebrew/init.zsh index 6f0299a..3643d10 100644 --- a/modules/homebrew/init.zsh +++ b/modules/homebrew/init.zsh @@ -22,4 +22,3 @@ alias brews='brew search' alias brewu='brew upgrade' alias brewU='brew update && brew upgrade' alias brewx='brew remove' - diff --git a/modules/macports/README.md b/modules/macports/README.md index 9145d48..97f67ea 100644 --- a/modules/macports/README.md +++ b/modules/macports/README.md @@ -23,4 +23,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/macports/init.zsh b/modules/macports/init.zsh index 5698114..d55744a 100644 --- a/modules/macports/init.zsh +++ b/modules/macports/init.zsh @@ -32,4 +32,3 @@ alias portU='sudo port selfupdate && sudo port upgrade outdated' alias portu='sudo port upgrade' alias portX='sudo port -u uninstall' alias portx='sudo port uninstall' - diff --git a/modules/node/README.md b/modules/node/README.md index c0174eb..5f0c3ca 100644 --- a/modules/node/README.md +++ b/modules/node/README.md @@ -43,4 +43,3 @@ Authors [3]: http://nodejs.org/api [4]: https://github.com/sorin-ionescu/prezto/issues [5]: https://github.com/creationix/nvm - diff --git a/modules/node/functions/node-doc b/modules/node/functions/node-doc index 0623a56..24f5641 100644 --- a/modules/node/functions/node-doc +++ b/modules/node/functions/node-doc @@ -12,4 +12,3 @@ fi # TODO: Make the sections easier to use. "$BROWSER" "http://nodejs.org/docs/$(node --version | sed 's/-.*//')/api/all.html#${1}" - diff --git a/modules/node/functions/node-info b/modules/node/functions/node-info index 7756f47..ba6231a 100644 --- a/modules/node/functions/node-info +++ b/modules/node/functions/node-info @@ -22,4 +22,3 @@ if [[ "$version" == (none|) ]]; then zformat -f version_formatted "$version_format" "v:$version" node_info[version]="$version_formatted" fi - diff --git a/modules/node/init.zsh b/modules/node/init.zsh index 904d24d..a489a54 100644 --- a/modules/node/init.zsh +++ b/modules/node/init.zsh @@ -29,4 +29,3 @@ if (( $+commands[npm] )); then unset cache_file fi - diff --git a/modules/ocaml/README.md b/modules/ocaml/README.md index f56636c..e170158 100644 --- a/modules/ocaml/README.md +++ b/modules/ocaml/README.md @@ -25,4 +25,3 @@ Authors [1]: http://ocaml.org/ [2]: http://opam.ocamlpro.com/ [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/ocaml/init.zsh b/modules/ocaml/init.zsh index 549a53f..9944a63 100644 --- a/modules/ocaml/init.zsh +++ b/modules/ocaml/init.zsh @@ -12,4 +12,3 @@ fi # Initialize OPAM. eval "$(opam config env)" - diff --git a/modules/osx/functions/_manb_mand_manp b/modules/osx/functions/_manb_mand_manp index ae5630f..8ea1e56 100644 --- a/modules/osx/functions/_manb_mand_manp +++ b/modules/osx/functions/_manb_mand_manp @@ -9,4 +9,3 @@ # _man - diff --git a/modules/osx/functions/mand b/modules/osx/functions/mand index a22114e..7a9653a 100644 --- a/modules/osx/functions/mand +++ b/modules/osx/functions/mand @@ -18,4 +18,3 @@ function mand { } mand "$@" - diff --git a/modules/osx/functions/manp b/modules/osx/functions/manp index 7ecb1da..fcb2a02 100644 --- a/modules/osx/functions/manp +++ b/modules/osx/functions/manp @@ -17,4 +17,3 @@ function manp { } manp "$@" - diff --git a/modules/osx/functions/tab b/modules/osx/functions/tab index 9a71a04..e95afbf 100644 --- a/modules/osx/functions/tab +++ b/modules/osx/functions/tab @@ -39,4 +39,3 @@ EOF end tell EOF } - diff --git a/modules/pacman/README.md b/modules/pacman/README.md index 10b47b0..fb07407 100644 --- a/modules/pacman/README.md +++ b/modules/pacman/README.md @@ -63,4 +63,3 @@ Authors [1]: http://www.archlinux.org/pacman/ [2]: http://archlinux.fr/yaourt-en [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/pacman/functions/pacman-list-disowned b/modules/pacman/functions/pacman-list-disowned index d6b6f28..a097c9d 100644 --- a/modules/pacman/functions/pacman-list-disowned +++ b/modules/pacman/functions/pacman-list-disowned @@ -20,4 +20,3 @@ find /bin /etc /lib /sbin /usr \ \( -type d -printf '%p/\n' -o -print \) | sort > "$fs" comm -23 "$fs" "$db" - diff --git a/modules/pacman/functions/pacman-list-explicit b/modules/pacman/functions/pacman-list-explicit index 7359bfe..2967834 100644 --- a/modules/pacman/functions/pacman-list-explicit +++ b/modules/pacman/functions/pacman-list-explicit @@ -18,4 +18,3 @@ pacman --query --explicit --info \ print $2 } ' - diff --git a/modules/pacman/init.zsh b/modules/pacman/init.zsh index 2b8fe9a..9d752a9 100644 --- a/modules/pacman/init.zsh +++ b/modules/pacman/init.zsh @@ -82,4 +82,3 @@ fi alias pacU="${_pacman_sudo}${_pacman_frontend} --sync --refresh --sysupgrade" unset _pacman_{frontend,sudo} - diff --git a/modules/pacman/yaourt.zsh b/modules/pacman/yaourt.zsh index f4709e0..819fad1 100644 --- a/modules/pacman/yaourt.zsh +++ b/modules/pacman/yaourt.zsh @@ -16,4 +16,3 @@ fi # Manages .pac* files. alias pacc='yaourt -C' - diff --git a/modules/perl/README.md b/modules/perl/README.md index eabdc5c..c2dfde8 100644 --- a/modules/perl/README.md +++ b/modules/perl/README.md @@ -61,4 +61,3 @@ Authors [1]: http://www.perl.org [2]: http://perlbrew.pl [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/perl/init.zsh b/modules/perl/init.zsh index 0997a4b..a8d5603 100644 --- a/modules/perl/init.zsh +++ b/modules/perl/init.zsh @@ -50,4 +50,3 @@ alias plbO='perlbrew switch-off' alias plbs='perlbrew switch' alias plbu='perlbrew use' alias plbx='perlbrew uninstall' - diff --git a/modules/prompt/README.md b/modules/prompt/README.md index da3f2ba..d72c6cf 100644 --- a/modules/prompt/README.md +++ b/modules/prompt/README.md @@ -109,4 +109,3 @@ Authors [1]: http://zsh.sourceforge.net/Doc/Release/User-Contributions.html#Prompt-Themes [2]: http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/prompt/functions/prompt_minimal_setup b/modules/prompt/functions/prompt_minimal_setup index a86c04e..218efb2 100644 --- a/modules/prompt/functions/prompt_minimal_setup +++ b/modules/prompt/functions/prompt_minimal_setup @@ -48,4 +48,3 @@ function prompt_minimal_setup { } prompt_minimal_setup "$@" - diff --git a/modules/prompt/functions/prompt_nicoulaj_setup b/modules/prompt/functions/prompt_nicoulaj_setup index 9d20bd5..241c8b6 100644 --- a/modules/prompt/functions/prompt_nicoulaj_setup +++ b/modules/prompt/functions/prompt_nicoulaj_setup @@ -58,4 +58,3 @@ function prompt_nicoulaj_setup { } prompt_nicoulaj_setup "$@" - diff --git a/modules/prompt/functions/prompt_peepcode_setup b/modules/prompt/functions/prompt_peepcode_setup index 58f4f8b..a83710e 100644 --- a/modules/prompt/functions/prompt_peepcode_setup +++ b/modules/prompt/functions/prompt_peepcode_setup @@ -85,4 +85,3 @@ function prompt_peepcode_preview { } prompt_peepcode_setup "$@" - diff --git a/modules/prompt/functions/prompt_sorin_setup b/modules/prompt/functions/prompt_sorin_setup index 8870892..c05fc42 100644 --- a/modules/prompt/functions/prompt_sorin_setup +++ b/modules/prompt/functions/prompt_sorin_setup @@ -78,4 +78,3 @@ function prompt_sorin_setup { } prompt_sorin_setup "$@" - diff --git a/modules/prompt/functions/prompt_steeef_setup b/modules/prompt/functions/prompt_steeef_setup index f64f47d..996331f 100644 --- a/modules/prompt/functions/prompt_steeef_setup +++ b/modules/prompt/functions/prompt_steeef_setup @@ -92,4 +92,3 @@ ${_prompt_steeef_colors[3]}%n%f at ${_prompt_steeef_colors[2]}%m%f in ${_prompt_ } prompt_steeef_setup "$@" - diff --git a/modules/prompt/init.zsh b/modules/prompt/init.zsh index de1b44b..d976615 100644 --- a/modules/prompt/init.zsh +++ b/modules/prompt/init.zsh @@ -16,4 +16,3 @@ else prompt 'off' fi unset prompt_argv - diff --git a/modules/python/README.md b/modules/python/README.md index 8e8c8f0..d9497d6 100644 --- a/modules/python/README.md +++ b/modules/python/README.md @@ -97,4 +97,3 @@ Authors [3]: http://pypi.python.org/pypi/virtualenv [4]: https://github.com/yyuu/pyenv [5]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/python/functions/python-info b/modules/python/functions/python-info index 634d01d..6a8c758 100644 --- a/modules/python/functions/python-info +++ b/modules/python/functions/python-info @@ -19,4 +19,3 @@ if [[ -n "$VIRTUAL_ENV" ]]; then zformat -f virtualenv_formatted "$virtualenv_format" "v:${VIRTUAL_ENV:t}" python_info[virtualenv]="$virtualenv_formatted" fi - diff --git a/modules/python/init.zsh b/modules/python/init.zsh index 5715b02..663f394 100644 --- a/modules/python/init.zsh +++ b/modules/python/init.zsh @@ -50,4 +50,3 @@ fi # alias py='python' - diff --git a/modules/rails/README.md b/modules/rails/README.md index 239a1d1..19bea1d 100644 --- a/modules/rails/README.md +++ b/modules/rails/README.md @@ -32,4 +32,3 @@ Authors [1]: http://rubyonrails.org [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/rails/init.zsh b/modules/rails/init.zsh index 70f50ce..44b53e9 100644 --- a/modules/rails/init.zsh +++ b/modules/rails/init.zsh @@ -33,4 +33,3 @@ alias rorr='bundle exec rails runner' alias rors='bundle exec rails server' alias rorsd='bundle exec rails server --debugger' alias rorx='bundle exec rails destroy' - diff --git a/modules/rsync/README.md b/modules/rsync/README.md index a2b62c4..951e3c6 100644 --- a/modules/rsync/README.md +++ b/modules/rsync/README.md @@ -25,4 +25,3 @@ Authors [1]: http://rsync.samba.org [2]: http://help.bombich.com/kb/overview/credits#opensource [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/rsync/init.zsh b/modules/rsync/init.zsh index afb9192..e3d3a82 100644 --- a/modules/rsync/init.zsh +++ b/modules/rsync/init.zsh @@ -28,4 +28,3 @@ alias rsync-update="${_rsync_cmd} --update" alias rsync-synchronize="${_rsync_cmd} --update --delete" unset _rsync_cmd - diff --git a/modules/ruby/functions/ruby-app-root b/modules/ruby/functions/ruby-app-root index cff8966..ea35be6 100644 --- a/modules/ruby/functions/ruby-app-root +++ b/modules/ruby/functions/ruby-app-root @@ -16,4 +16,3 @@ while [[ "$root_dir" != '/' ]]; do done return 1 - diff --git a/modules/ruby/functions/ruby-info b/modules/ruby/functions/ruby-info index b3656dd..ebf0f7f 100644 --- a/modules/ruby/functions/ruby-info +++ b/modules/ruby/functions/ruby-info @@ -28,4 +28,3 @@ if [[ -n "$version" ]]; then zformat -f version_formatted "$version_format" "v:$version" ruby_info[version]="$version_formatted" fi - diff --git a/modules/ruby/init.zsh b/modules/ruby/init.zsh index eb18dd3..174d185 100644 --- a/modules/ruby/init.zsh +++ b/modules/ruby/init.zsh @@ -63,4 +63,3 @@ if (( $+commands[bundle] )); then && print vendor/bundle >>! .gitignore \ && print vendor/cache >>! .gitignore' fi - diff --git a/modules/screen/README.md b/modules/screen/README.md index 8e93fe2..ef96404 100644 --- a/modules/screen/README.md +++ b/modules/screen/README.md @@ -38,4 +38,3 @@ Authors [1]: http://www.gnu.org/software/screen/ [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/screen/init.zsh b/modules/screen/init.zsh index 7a5cee3..0dee1c9 100644 --- a/modules/screen/init.zsh +++ b/modules/screen/init.zsh @@ -40,4 +40,3 @@ alias scr='screen' alias scrl='screen -list' alias scrn='screen -U -S' alias scrr='screen -a -A -U -D -R' - diff --git a/modules/spectrum/README.md b/modules/spectrum/README.md index 645a4e7..66abcb2 100644 --- a/modules/spectrum/README.md +++ b/modules/spectrum/README.md @@ -89,4 +89,3 @@ Authors [1]: http://lucentbeing.com/writing/archives/a-guide-to-256-color-codes/ [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/spectrum/init.zsh b/modules/spectrum/init.zsh index 86b5ecc..61e2262 100644 --- a/modules/spectrum/init.zsh +++ b/modules/spectrum/init.zsh @@ -67,4 +67,3 @@ for color in {0..255}; do BG[$color]="\e[48;5;${color}m" done unset color{s,} index - diff --git a/modules/ssh/README.md b/modules/ssh/README.md index e953a60..45bd2bd 100644 --- a/modules/ssh/README.md +++ b/modules/ssh/README.md @@ -25,4 +25,3 @@ Authors [1]: http://www.openssh.com [2]: http://www.openbsd.org/cgi-bin/man.cgi?query=ssh-agent&sektion=1 [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/ssh/init.zsh b/modules/ssh/init.zsh index 5729dc6..d8b5937 100644 --- a/modules/ssh/init.zsh +++ b/modules/ssh/init.zsh @@ -48,4 +48,3 @@ fi # Clean up. unset _ssh_{dir,identities} _ssh_agent_{env,sock} - diff --git a/modules/syntax-highlighting/README.md b/modules/syntax-highlighting/README.md index 08750d7..87f85be 100644 --- a/modules/syntax-highlighting/README.md +++ b/modules/syntax-highlighting/README.md @@ -60,4 +60,3 @@ Authors [1]: https://github.com/zsh-users/zsh-syntax-highlighting [2]: https://github.com/zsh-users/zsh-syntax-highlighting/tree/master/highlighters [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/syntax-highlighting/init.zsh b/modules/syntax-highlighting/init.zsh index 55172b8..25cd96b 100644 --- a/modules/syntax-highlighting/init.zsh +++ b/modules/syntax-highlighting/init.zsh @@ -26,4 +26,3 @@ for syntax_highlighting_style in "${(k)syntax_highlighting_styles[@]}"; do ZSH_HIGHLIGHT_STYLES[$syntax_highlighting_style]="$syntax_highlighting_styles[$syntax_highlighting_style]" done unset syntax_highlighting_style{s,} - diff --git a/modules/terminal/README.md b/modules/terminal/README.md index 435d972..58f81be 100644 --- a/modules/terminal/README.md +++ b/modules/terminal/README.md @@ -42,4 +42,3 @@ Authors [1]: http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Expansion-of-Prompt-Sequences [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/terminal/init.zsh b/modules/terminal/init.zsh index 64cc635..cec0bfa 100644 --- a/modules/terminal/init.zsh +++ b/modules/terminal/init.zsh @@ -121,4 +121,3 @@ then # Sets the tab and window titles before command execution. add-zsh-hook preexec _terminal-set-titles-with-command fi - diff --git a/modules/tmux/README.md b/modules/tmux/README.md index 0e2f652..9a15be0 100644 --- a/modules/tmux/README.md +++ b/modules/tmux/README.md @@ -64,4 +64,3 @@ Authors [3]: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard [4]: https://github.com/mxcl/homebrew [5]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/utility/README.md b/modules/utility/README.md index 6871be5..5e7919e 100644 --- a/modules/utility/README.md +++ b/modules/utility/README.md @@ -156,4 +156,3 @@ Authors - [Sorin Ionescu](https://github.com/sorin-ionescu) [1]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/utility/functions/_cdls_popdls_pushdls b/modules/utility/functions/_cdls_popdls_pushdls index 58f7cce..5f0fe60 100644 --- a/modules/utility/functions/_cdls_popdls_pushdls +++ b/modules/utility/functions/_cdls_popdls_pushdls @@ -9,4 +9,3 @@ # _cd - diff --git a/modules/utility/functions/_dut b/modules/utility/functions/_dut index 9791f30..180dde7 100644 --- a/modules/utility/functions/_dut +++ b/modules/utility/functions/_dut @@ -9,4 +9,3 @@ # _du - diff --git a/modules/utility/functions/_mkdcd b/modules/utility/functions/_mkdcd index 5b20ee2..5273651 100644 --- a/modules/utility/functions/_mkdcd +++ b/modules/utility/functions/_mkdcd @@ -11,4 +11,3 @@ local expl _wanted directories expl 'directory' _path_files -/ || _message 'directory' - diff --git a/modules/utility/functions/_prep b/modules/utility/functions/_prep index 8ecc7fd..c9d6eda 100644 --- a/modules/utility/functions/_prep +++ b/modules/utility/functions/_prep @@ -16,4 +16,3 @@ _arguments \ '-x[ignore whitespace and comments]' \ '1::pattern:' \ '2::files:_files' && return 0 - diff --git a/modules/utility/functions/_psub b/modules/utility/functions/_psub index cd8bcfe..c79899e 100644 --- a/modules/utility/functions/_psub +++ b/modules/utility/functions/_psub @@ -17,4 +17,3 @@ _arguments \ '1::pattern:' \ '2::replacement:' \ '3::files:_files' && return 0 - diff --git a/modules/utility/functions/diff b/modules/utility/functions/diff index e749c23..8347899 100644 --- a/modules/utility/functions/diff +++ b/modules/utility/functions/diff @@ -20,4 +20,3 @@ function diff { } diff "$@" - diff --git a/modules/utility/functions/dut b/modules/utility/functions/dut index e33f6d7..6592280 100644 --- a/modules/utility/functions/dut +++ b/modules/utility/functions/dut @@ -25,4 +25,3 @@ function dut { } dut "$@" - diff --git a/modules/utility/functions/make b/modules/utility/functions/make index a222573..5ebab05 100644 --- a/modules/utility/functions/make +++ b/modules/utility/functions/make @@ -18,4 +18,3 @@ function make { } make "$@" - diff --git a/modules/utility/functions/prep b/modules/utility/functions/prep index c61487b..23028ec 100644 --- a/modules/utility/functions/prep +++ b/modules/utility/functions/prep @@ -50,4 +50,3 @@ pattern="$1" shift perl -n -l -e "print if ${invert:+not} m/${pattern//\//\\/}/${modifiers}" "$@" - diff --git a/modules/utility/functions/psub b/modules/utility/functions/psub index 4f2c06e..ffc0108 100644 --- a/modules/utility/functions/psub +++ b/modules/utility/functions/psub @@ -51,4 +51,3 @@ replacement="$2" repeat 2 shift perl -i'.orig' -n -l -e "s/${pattern//\//\\/}/${replacement//\//\\/}/${modifiers}; print" "$@" - diff --git a/modules/utility/functions/wdiff b/modules/utility/functions/wdiff index 1855cb3..c93ead1 100644 --- a/modules/utility/functions/wdiff +++ b/modules/utility/functions/wdiff @@ -27,4 +27,3 @@ function wdiff { } wdiff "$@" - diff --git a/modules/utility/init.zsh b/modules/utility/init.zsh index 5f7cffb..102ae5a 100644 --- a/modules/utility/init.zsh +++ b/modules/utility/init.zsh @@ -185,4 +185,3 @@ function find-exec { function psu { ps -U "${1:-$USER}" -o 'pid,%cpu,%mem,command' "${(@)argv[2,-1]}" } - diff --git a/modules/wakeonlan/README.md b/modules/wakeonlan/README.md index 54fc683..9bde199 100644 --- a/modules/wakeonlan/README.md +++ b/modules/wakeonlan/README.md @@ -34,4 +34,3 @@ Authors [1]: http://gsd.di.uminho.pt/jpo/software/wakeonlan/ [2]: http://man.cx/wakeonlan [3]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/wakeonlan/functions/_wake b/modules/wakeonlan/functions/_wake index 85aee5a..87e1a36 100644 --- a/modules/wakeonlan/functions/_wake +++ b/modules/wakeonlan/functions/_wake @@ -10,4 +10,3 @@ # _arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0 - diff --git a/modules/wakeonlan/functions/wake b/modules/wakeonlan/functions/wake index b8a6ab5..5259c95 100644 --- a/modules/wakeonlan/functions/wake +++ b/modules/wakeonlan/functions/wake @@ -18,4 +18,3 @@ if (( ! $+commands[wakeonlan] )); then fi wakeonlan -f "$config_file" - diff --git a/modules/yum/README.md b/modules/yum/README.md index 9743c87..10383c5 100644 --- a/modules/yum/README.md +++ b/modules/yum/README.md @@ -26,4 +26,3 @@ Authors [1]: http://yum.baseurl.org [2]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/modules/yum/init.zsh b/modules/yum/init.zsh index d7019cd..2f5427d 100644 --- a/modules/yum/init.zsh +++ b/modules/yum/init.zsh @@ -25,4 +25,3 @@ alias yumr='sudo yum remove' # Removes package(s). alias yums='yum search' # Searches for a package. alias yumu='sudo yum update' # Updates packages. alias yumU='sudo yum upgrade' # Upgrades packages. - diff --git a/runcoms/README.md b/runcoms/README.md index 97824d8..9df890e 100644 --- a/runcoms/README.md +++ b/runcoms/README.md @@ -77,4 +77,3 @@ Authors [2]: http://en.wikipedia.org/wiki/Fortune_(Unix) [3]: http://www.manpagez.com/man/1/msgs [4]: https://github.com/sorin-ionescu/prezto/issues - diff --git a/runcoms/zlogin b/runcoms/zlogin index 32f28cf..82f5b70 100644 --- a/runcoms/zlogin +++ b/runcoms/zlogin @@ -19,4 +19,3 @@ if (( $+commands[fortune] )); then fortune -a print fi - diff --git a/runcoms/zlogout b/runcoms/zlogout index d898fec..7c27e88 100644 --- a/runcoms/zlogout +++ b/runcoms/zlogout @@ -11,4 +11,3 @@ cat <<-EOF Thank you. Come again! -- Dr. Apu Nahasapeemapetilon EOF - diff --git a/runcoms/zprofile b/runcoms/zprofile index 7118770..a2f7bd5 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -74,4 +74,3 @@ TMPPREFIX="${TMPDIR%/}/zsh" if [[ ! -d "$TMPPREFIX" ]]; then mkdir -p "$TMPPREFIX" fi - diff --git a/runcoms/zshenv b/runcoms/zshenv index 2b13503..2d97203 100644 --- a/runcoms/zshenv +++ b/runcoms/zshenv @@ -9,4 +9,3 @@ if [[ "$SHLVL" -eq 1 && ! -o LOGIN && -s "${ZDOTDIR:-$HOME}/.zprofile" ]]; then source "${ZDOTDIR:-$HOME}/.zprofile" fi - diff --git a/runcoms/zshrc b/runcoms/zshrc index e87283f..039b882 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -11,4 +11,3 @@ if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then fi # Customize to your needs... -