diff options
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -26,12 +26,6 @@ zstyle ':completion:*:*:kill:*' menu yes select zstyle ':completion:*:kill:*' force-list always zstyle ':completion:*' squeeze-slashes true -# Useful scripts -source /usr/share/doc/pkgfile/command-not-found.zsh -source /usr/share/git/completion/git-prompt.sh -source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh - # Vim-style history searching bindkey -M vicmd 'k' history-substring-search-up bindkey -M vicmd 'j' history-substring-search-down @@ -44,14 +38,6 @@ alias pacup="pacaur -Syu" alias pacsearch="pacaur -Ss" alias msfconsole="sudo msfconsole --quiet -x \"db_connect root@msf\"" -# Important vars -export PATH="$PATH:/home/dholman/bin" -export EDITOR="vim" -export SUDO_EDITOR="vim" -export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 -export GPGKEY=90D8F8E2C830F6129B2FBB1133836B30AA014B82 -export GPG_TTY=$(tty) - # Prompt settings local return_code="%(?..%{$fg[red]%}%? ${exclaim}%{$reset_color%})" setopt PROMPT_SUBST |