summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
committerDaniel Holman <dholman@gymli.org>2018-04-05 13:32:25 -0500
commit928e507d33e1192ca1f8d3413a352c30909286fb (patch)
tree4a3cdf45b9336a6b3dd9232241817ab9c78db34d /.zshrc
parent8b07627e86c7c181cc5ab81ab2607256d2061017 (diff)
General updates
Made significant updates to a bunch of files: -.zshrc environment vars and script sourcing in new file -.zshenv this is whehere the above went -.muttrc clarified the address line as well as password control -.ssh new directory for secure shell config files -.tmux.conf new file to control how tmux behaves -.config/i3/config i3wm configuration -.config/polybar/config topbar configuration -.config/termite/config terminal theming and other things
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc14
1 files changed, 0 insertions, 14 deletions
diff --git a/.zshrc b/.zshrc
index 91f1569..0a4d784 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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