]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- release 5 - moved all zsh initial settings into /etc/profile in setup
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 15 Sep 2003 14:35:48 +0000 (14:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zsh.spec -> 1.85

zsh.spec

index 0879f8d6ab2ec76e72e6f83200f1bda58663051e..2f95204990e7d951cd56b9c448d2edc75e7fd8ea 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -13,7 +13,7 @@ Summary(tr):  Geli
 Summary(uk):   ëÏÍÁÎÄÎÉÊ ÐÒÏÃÅÓÏÒ (shell) ÓÈÏÖÉÊ ÎÁ ksh, ÁÌÅ Ú ÐÏËÒÁÝÅÎÎÑÍÉ
 Name:          zsh
 Version:       4.1.1
-Release:       4
+Release:       5
 License:       BSD-like
 Group:         Applications/Shells
 URL:           http://www.zsh.org/
@@ -177,24 +177,9 @@ echo "setopt no_function_argzero" > $RPM_BUILD_ROOT%{_sysconfdir}/zprofile
 echo ". %{_sysconfdir}/profile" >> $RPM_BUILD_ROOT%{_sysconfdir}/zprofile
 
 cat << EOF > $RPM_BUILD_ROOT%{_sysconfdir}/zshrc
-PS1='[%%n@%%m %%~]%%(!.#.%%\\$) '
-bindkey -e >/dev/null 2>&1
+# System wide functions and aliases
+# Environment stuff goes in /etc/profile
 alias which=whence
-
-# xterm
-bindkey \`tput khome\` beginning-of-line >/dev/null 2>&1
-bindkey \`tput kend\` end-of-line >/dev/null 2>&1
-bindkey \`tput kdch1\` delete-char >/dev/null 2>&1
-bindkey \`tput kpp\` up-history >/dev/null 2>&1
-bindkey \`tput knp\` end-of-history >/dev/null 2>&1
-bindkey \`tput kcuu1\` history-beginning-search-backward >/dev/null 2>&1
-bindkey \`tput kcud1\` history-beginning-search-forward >/dev/null 2>&1
-
-case \$TERM in
-       xterm*)
-               precmd () {print -Pn "\e]0;%n@%m: %~\a"}
-               ;;
-esac
 EOF
 
 rm -f Etc/Makefile*
This page took 0.098456 seconds and 4 git commands to generate.