diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-01-07 21:53:45 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-01-07 22:58:54 +0600 |
| commit | 9d718e39cb4e54d4887d0fdbb97dcc0ac8b37cb7 (patch) | |
| tree | f260682f3df82d01d5e711cb1c77956d002c1cf1 /files/.zsh | |
| parent | 70ecfad438cda19392b23793a74d1d8b37d7013f (diff) | |
Remove local configuration from default.
+ persistent vim local files includes.
- remove vim color schema from default
- remove zsh local configurations
Diffstat (limited to 'files/.zsh')
| -rw-r--r-- | files/.zsh/rc-10093352-sibsac/S10_functions | 13 | ||||
| -rw-r--r-- | files/.zsh/rc-10093352-sibsac/S20_environment | 4 | ||||
| -rw-r--r-- | files/.zsh/rc-10093352-sibsac/S55_hash | 5 | ||||
| -rw-r--r-- | files/.zsh/zshenv | 4 | ||||
| -rw-r--r-- | files/.zsh/zshrc | 7 |
5 files changed, 0 insertions, 33 deletions
diff --git a/files/.zsh/rc-10093352-sibsac/S10_functions b/files/.zsh/rc-10093352-sibsac/S10_functions deleted file mode 100644 index 2d51014..0000000 --- a/files/.zsh/rc-10093352-sibsac/S10_functions +++ /dev/null @@ -1,13 +0,0 @@ -open() { explorer $(cygpath -w "$*") } -wsdl2html() { - while : ; do - local fname="$1" - local out="$fname.html" - xsltproc /cygdrive/d/bobov/scripts/wsdl-viewer.xsl "$fname" > "$out" - echo "WSDL documentation file: $out" - shift - [[ $# -eq 0 ]] && break - done -} - -# vim: et ft=zsh : diff --git a/files/.zsh/rc-10093352-sibsac/S20_environment b/files/.zsh/rc-10093352-sibsac/S20_environment deleted file mode 100644 index 9f2f868..0000000 --- a/files/.zsh/rc-10093352-sibsac/S20_environment +++ /dev/null @@ -1,4 +0,0 @@ -path=(/bin $path) -cdpath=($cdpath /cygdrive) - -# vim: et ft=zsh : diff --git a/files/.zsh/rc-10093352-sibsac/S55_hash b/files/.zsh/rc-10093352-sibsac/S55_hash deleted file mode 100644 index a822944..0000000 --- a/files/.zsh/rc-10093352-sibsac/S55_hash +++ /dev/null @@ -1,5 +0,0 @@ -# vim: ft=sh : - -if [ -d /cygdrive/d/bobov/Uniar ]; then - hash -d uniar=/cygdrive/d/bobov/Uniar -fi diff --git a/files/.zsh/zshenv b/files/.zsh/zshenv index c204cf9..7fca80e 100644 --- a/files/.zsh/zshenv +++ b/files/.zsh/zshenv @@ -1,5 +1 @@ source "$HOME/.zsh/rc/S20_environment" -local_zshenv=$HOME/.zsh/rc-$(/bin/hostname)/S20_environment -if [ -e "$local_zshenv" ] ; then - source "$local_zshenv" -fi diff --git a/files/.zsh/zshrc b/files/.zsh/zshrc index e914e48..945cabf 100644 --- a/files/.zsh/zshrc +++ b/files/.zsh/zshrc @@ -11,13 +11,6 @@ for zshrc_snippet in "$HOME/.zsh/rc/S"[0-9][0-9]* ; do source "$zshrc_snippet" done -local_dir=$HOME/.zsh/rc-$HOSTNAME -if [ -d "$local_dir" ] ; then - for zshrc_snippet in "$local_dir/S"[0-9][0-9]* ; do - source "$zshrc_snippet" - done -fi - if [ -f "/etc/zsh_command_not_found" ] ; then source /etc/zsh_command_not_found fi |
