]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- fixed
authorTomasz Pala <gotar@pld-linux.org>
Wed, 31 Mar 2004 00:05:48 +0000 (00:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zprofile -> 1.2
    zshrc -> 1.2

zprofile
zshrc

index 1e6ec549722b063a57f85c9f823242131071a780..fad73646ed81c75e62304e4bd097f98ea7b58674 100644 (file)
--- a/zprofile
+++ b/zprofile
@@ -1,5 +1,4 @@
 # for login shell
 
-. /etc/profile
 setopt no_function_argzero
-setopt hist_ignore_space
+. /etc/profile
diff --git a/zshrc b/zshrc
index a5f6cec6d1ef1e1df73bffd6c507621dd7bc3744..6f548cb2d1266cba53eef4b58be75d778b584908 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -4,6 +4,8 @@ alias which=whence
 alias cd='builtin cd'
 alias precmd=' precmd'
 
+setopt hist_ignore_space
+
 bindkey -e >/dev/null 2>&1
 
 bindkey `tput khome` beginning-of-line >/dev/null 2>&1
@@ -22,4 +24,3 @@ case "$TERM" in
                bindkey '^[[F' end-of-line >/dev/null 2>&1
                ;;
 esac
-
This page took 0.040365 seconds and 4 git commands to generate.