# This file is based on the configuration written by # Bruno Bonfils, # Written since summer 2001 # fix ubuntu fpath… FPATH=/usr/share/zsh/site-functions/:$FPATH FPATH=$ZDOTDIR/functions/:$FPATH # colors eval `dircolors $ZDOTDIR/colors` autoload -U zutil autoload -U compinit autoload -U complist bindkey "\e[2~" overwrite-mode # Ins bindkey "\e[3~" delete-char # Delete bindkey '\eOH' beginning-of-line bindkey '\eOF' end-of-line bindkey "${terminfo[khome]}" beginning-of-line bindkey "${terminfo[kend]}" end-of-line # Activation compinit # _comp_options+=(globdots) # Include hidden files in glob # plugin files for file in $ZDOTDIR/plugin/*.plugin; do source $file done # Resource files for file in $ZDOTDIR/rc/*.rc; do source $file done source ~/.local/repos/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh