commit 6cd9ce2b1318590a66c52adf056606ed3d3892bb
parent b5ebd34c2a4fcb4f876be15b1818530d413b66bf
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sun, 9 Aug 2015 12:50:31 +0200
cleanup
Diffstat:
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/zsh/zshrc b/zsh/zshrc
@@ -1,8 +1,6 @@
. ~/.zsh/path
. ~/.zsh/alias
-# . ~/apps/z/z.sh
-
zstyle ':completion:*' completer _expand _complete _ignored _match _correct _approximate _prefix
zstyle ':completion:*' max-errors 2
zstyle :compinstall filename '/home/a3_nm/.zshrc'
@@ -11,10 +9,6 @@ umask 077
autoload -Uz compinit
compinit
-# End of lines added by compinstall
-
-# export PROMPT="%n@%m:%~$ "
-#PS1=$'%{\e[1;32m%}%n@h%{\e[0m%}:%B%~$%b '
RED=$'%{\e[31m%}'
GREEN=$'%{\e[32m%}'
@@ -39,13 +33,9 @@ PS1=$COLOR1$'%m%{\e[0;1m%}:'$COLOR2$'%B%~%{\e[0;1m%}'$COLORCHAR$''$CHAR$'%{\e[0;
resetps1
-
-# PS1=$'%{\e[1;32m%}%n@%m%{\e[0m%}:%B%~$%b '
-# PS1=$'%{\e[1;32m%}%n%{\e[0m%}@%{\e[1;32m%}%m%{\e[0m%}:%B%~$%b '
-
HISTSIZE=200000
SAVEHIST=200000
-HISTFILE=~/.history #-- zsh doesn't like to write on symlinks?
+HISTFILE=~/.history
setopt APPEND_HISTORY
setopt INC_APPEND_HISTORY
@@ -59,8 +49,6 @@ setopt HIST_EXPIRE_DUPS_FIRST
setopt CORRECT
setopt DVORAK
-# . /etc/zsh_command_not_found
-
LC_ALL=en_US.utf8
LANG=en_US.utf8
LESSCHARSET=utf-8
@@ -93,7 +81,6 @@ zstyle ':completion:*:sudo:*' command-path /usr/local/sbin /usr/local/bin \
export PAGER='less'
export EDITOR='vim'
-#export BROWSER='w3mn'
export BROWSER='firefox'
bindkey -e