# Lines configured by zsh-newuser-install
HISTFILE=~/.zsh-history
HISTSIZE=800000
SAVEHIST=400000
# End of lines configured by zsh-newuser-install
# The following lines were added by compinstall
zstyle :compinstall filename '/home/ccx/.zshrc'

autoload -Uz compinit
compinit
# End of lines added by compinstall
autoload -Uz promptinit
promptinit
prompt suse
setopt extended_history inc_append_history hist_find_no_dups hist_expire_dups_first

REPORTTIME=5
TIMEFMT="$( print -P %f%B )time:$( print -P %b%F{cyan} ) %*E total %U user %S system %P cpu $( print -P %f%B )mem:$( print -P %b%F{green} ) %MM max %Xk txt %Dk res $( print -P %f%B )io:$( print -P %b%F{yellow} ) %Ii %Oo %Fpf  $( print -P %b%f )%J"

bindkey -e

alias ll='ls -lh --full-time'
alias ns='netstat -ltup'