From 5441276b4545772d62fe21aef542f57ab646125b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 17 Oct 2020 15:36:28 -0400 Subject: Bag of changes --- zsh/.zshenv | 4 ++++ zsh/.zshrc | 17 +++++++++++++++++ zsh/dot-zshenv | 5 ----- zsh/dot-zshrc | 17 ----------------- 4 files changed, 21 insertions(+), 22 deletions(-) create mode 100644 zsh/.zshenv create mode 100644 zsh/.zshrc delete mode 100644 zsh/dot-zshenv delete mode 100644 zsh/dot-zshrc (limited to 'zsh') diff --git a/zsh/.zshenv b/zsh/.zshenv new file mode 100644 index 0000000..37adc73 --- /dev/null +++ b/zsh/.zshenv @@ -0,0 +1,4 @@ +export EDITOR=nvim +export TERMINAL=urxvt +export EMACSDIR=$HOME/.emacs.d +PATH="$HOME/bin:$HOME/.emacs.d/bin:$PATH" diff --git a/zsh/.zshrc b/zsh/.zshrc new file mode 100644 index 0000000..bc1bb37 --- /dev/null +++ b/zsh/.zshrc @@ -0,0 +1,17 @@ +# Resources: +# https://github.com/mika/zsh-pony + +bindkey -e + +fpath+=$HOME/.zsh/pure + +autoload -Uz compinit; compinit +autoload -Uz promptinit; promptinit + +zstyle ':completion:*' menu select +zstyle ':completion::complete:*' gain-privileges 1 +zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} + +setopt append_history share_history histignorealldups + +prompt pure diff --git a/zsh/dot-zshenv b/zsh/dot-zshenv deleted file mode 100644 index 6c6fb69..0000000 --- a/zsh/dot-zshenv +++ /dev/null @@ -1,5 +0,0 @@ -export EDITOR=nvim -export TERMINAL=urxvt - -typeset -U path PATH -path=("$HOME/bin" "$path[@]") diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc deleted file mode 100644 index bc1bb37..0000000 --- a/zsh/dot-zshrc +++ /dev/null @@ -1,17 +0,0 @@ -# Resources: -# https://github.com/mika/zsh-pony - -bindkey -e - -fpath+=$HOME/.zsh/pure - -autoload -Uz compinit; compinit -autoload -Uz promptinit; promptinit - -zstyle ':completion:*' menu select -zstyle ':completion::complete:*' gain-privileges 1 -zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} - -setopt append_history share_history histignorealldups - -prompt pure -- cgit v1.2.3