# Set screen layout
case $HOSTNAME in
beryllium)
- xrandr --output HDMI1 --left-of VGA1
+ xrandr --output HDMI-1 --left-of DVI-I-1
;;
*)
;;
xset -b
-if ! pgrep -x -u "${USER}" gpg-agent>/dev/null 2>&1; then
- eval $(gpg-agent --daemon \
- --use-standard-socket \
- --write-env-file "${HOME}/.gpg-agent-info")
-fi
-
-gpg-connect-agent updatestartuptty /bye >/dev/null
+#if ! pgrep -x -u "${USER}" gpg-agent>/dev/null 2>&1; then
+# eval $(gpg-agent --daemon \
+# --use-standard-socket \
+# --write-env-file "${HOME}/.gpg-agent-info")
+#fi
+#
+#gpg-connect-agent updatestartuptty /bye >/dev/null
exec /usr/bin/ratpoison
}
PROMPT_COMMAND=__prompt_command
+if ! pgrep -x -u "${USER}" gpg-agent >/dev/null 2>&1; then
+ gpg-connect-agent /bye >/dev/null 2>&1
+fi
+
+unset SSH_AGENT_PID
+if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
+ export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
+fi
-GPG_TTY=$(tty)
-export GPG_TTY
+export GPG_TTY=($tty)
+gpg-connect-agent updatestartuptty /bye > /dev/null
Plugin 'flazz/vim-colorschemes'
Plugin 'benmills/vimux'
Plugin 'tmhedberg/SimpylFold'
+Plugin 'saltstack/salt-vim'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
+" Swapfiles
+set backupdir=$HOME/.vim/backup//
+
" Random look and feel stuff
syntax on
set background=dark