Browse Source

Added mutt config

Simon Watson 2 years ago
parent
commit
723ce3878b
2 changed files with 3 additions and 2 deletions
  1. 1 0
      bashrc/bashrc-all
  2. 2 2
      himalaya/himalaya_shell_ui.sh

+ 1 - 0
bashrc/bashrc-all

@@ -97,6 +97,7 @@ case $(hostname) in
 	}
 
 	alias ssh-old="ssh -oKexAlgorithms=+diffie-hellman-group1-sha1"
+	alias sleep-open="sudo zzz && slock"
 	
 	echo "Loaded Void Work Config"
 	;;

+ 2 - 2
himalaya/himalaya_shell_ui.sh

@@ -3,9 +3,9 @@
 # $BAT_PATH and $HIMALAYA_PATH are provided by .bashrc, where this
 # file is sourced from
 
-alias eml="$HIMALAYA_PATH list"  # List emails in default inbox
+alias eml="$HIMALAYA_PATH list -s 10"  # List emails in default inbox
 alias ems="$HIMALAYA_PATH send"  # Provide email via stdin and send
-alias emwatch="watch -g -c -n 60 $HIMALAYA_PATH list" # List emails every 60 seconds, if something changes, stop watching
+alias emwatch="watch -g -c -n 60 $HIMALAYA_PATH list -s 2" # List emails every 60 seconds, if something changes, stop watching
 
 # Read email passed and page into bat/less
 function emr() {