source ~/.mutt/colors.muttrc
# Crypto
+set crypt_use_gpgme=yes
set crypt_autosign
set crypt_replysign
set crypt_replysignencrypted=yes
--- /dev/null
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || true
shopt -s histappend
export PROMPT_COMMAND='history -a'
-. /usr/share/bash-completion/bash_completion
-
export TERMINAL=urxvtc
export EDITOR=vim
export TERM=screen
#!/bin/bash
-find /etc/netctl -maxdepth 1 -type f | xargs basename | dmenu | \
+find /etc/netctl -maxdepth 1 -type f | xargs -n 1 basename | dmenu | \
xargs -I{} sudo -A netctl switch-to {}