network chooser, better muttrc and updated bashrc
authorMart Lubbers <mart@martlubbers.net>
Wed, 27 Jan 2016 08:37:42 +0000 (09:37 +0100)
committerMart Lubbers <mart@martlubbers.net>
Wed, 27 Jan 2016 08:37:42 +0000 (09:37 +0100)
email/.mutt/muttrc
shell/.bash_profile [new file with mode: 0644]
shell/.bashrc
x/.local/bin/network

index c93fb35..4ac8ff3 100644 (file)
@@ -67,6 +67,7 @@ macro index,pager A \
 source ~/.mutt/colors.muttrc
 
 # Crypto
+set crypt_use_gpgme=yes
 set crypt_autosign
 set crypt_replysign
 set crypt_replysignencrypted=yes
diff --git a/shell/.bash_profile b/shell/.bash_profile
new file mode 100644 (file)
index 0000000..c7ab42d
--- /dev/null
@@ -0,0 +1,2 @@
+[[ -f ~/.bashrc ]] && . ~/.bashrc
+[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startx || true
index a75e47e..4b99ac3 100644 (file)
@@ -6,8 +6,6 @@ export HISTSIZE=NOTHING
 shopt -s histappend
 export PROMPT_COMMAND='history -a'
 
-. /usr/share/bash-completion/bash_completion
-
 export TERMINAL=urxvtc
 export EDITOR=vim
 export TERM=screen
index 7debf89..21a0eba 100755 (executable)
@@ -1,3 +1,3 @@
 #!/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 {}