diff options
Diffstat (limited to 'skel')
| -rw-r--r-- | skel/.muttrc | 29 | ||||
| -rw-r--r-- | skel/.vim/.netrwhist | 11 | ||||
| -rw-r--r-- | skel/.zprofile | 4 | ||||
| -rw-r--r-- | skel/.zshrc.local | 6 |
4 files changed, 24 insertions, 26 deletions
diff --git a/skel/.muttrc b/skel/.muttrc index bbbbabf..a9ce7a8 100644 --- a/skel/.muttrc +++ b/skel/.muttrc @@ -14,13 +14,13 @@ # is used because paths are expanded when parsed # set mbox_type=Maildir -set folder=~/Mail # where i keep my mailboxes +#set folder=~/Mail # where i keep my mailboxes set mask="!^\\.[^.]" set mbox="~/Mail" # where to store read messages set record="+.Sent" # default location to save outgoing mail set postponed="+.Drafts" # mailbox to store postponed messages in -set spoolfile="~/Mail" # where my new mail is located +#set spoolfile="~/Mail" # where my new mail is located set abort_unmodified=yes # automatically abort replies if I don't # change the message @@ -51,20 +51,24 @@ set edit_headers # let me edit the message header when composing set index_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index #set hdrs # include `my_hdr' lines in outgoing messages #set header # include message header when replying +set header_cache=~/.hcache # keep a cache of headers for faster loading (1.5.9+?) set help # show the help lines #set history=20 # number of lines of history to remember #set hostname="mutt.org" # my DNS domain +unset imap_passive # Don't wait to enter mailbox manually +set imap_check_subscribed # Automatically poll subscribed mailboxes for new mail (new in 1.5.11) set include # always include messages when replying #set indent_string="> " # how to quote replied text #set locale="C" # locale to use for printing time #set mailcap_path="~/.mailcap:/usr/local/share/mailcap" -set nomark_old # i don't care about whether a message is old set mail_check=10 # how often to poll for new mail #set mbox=+mbox # where to store read messages #set menu_scroll # no implicit next-page/prev-page #set metoo # remove my address when replying set mime_forward # use message/rfc822 type to forward messages set move=no # don't ask about moving messages, just don't do it +set net_inc=5 # Display download progress every 5K +set nomark_old # i don't care about whether a message is old #set pager=less # some people prefer an external pager #set pager_context=3 # no. of lines of context to give when scrolling #set pager_format="-%S- %-20.20f %s" # format of the pager status bar @@ -103,6 +107,8 @@ set sort_aux=reverse-date # date of the last message in thread #set sort_browser=alpha # Sort mailboxes by alpha(bet) set sort_browser=unsorted # Do not sort mailboxes #set spoolfile='~/mailbox' # where my new mail is located +set ssl_starttls=yes # activate TLS if available on the server +set ssl_force_tls=yes # always use SSL when connecting to a server #set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b? %l]---(%s)-%>-(%P)---" #set status_on_top # some people prefer the status bar on top #set strict_threads # don't thread by subject @@ -110,6 +116,7 @@ set tilde # virtual lines to pad blank lines in the pager #set timeout=0 # timeout for prompt in the index menu #set tmpdir=~/tmp # where to store temp files #set to_chars=" +TCF" +#set trash="=Trash" #set use_8bitmime # enable the -B8BITMIME sendmail flag set nouse_domain # don't qualify local addresses with $domain #set use_from # always generate the `From:' header field @@ -260,13 +267,13 @@ macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this #mailboxes `echo -n "+ "; find ~/Mail -maxdepth 1 -type d -name ".*" -printf "+'%f' "` #mailboxes `echo -n "+"; for i in $(find ~/Mail -maxdepth 1 -type d -name ".*" | sort); do echo -n " +$(basename $i)"; done` -mailboxes ! + `\ -for file in ~/Mail/.*; do \ - box=$(basename "$file"); \ - if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' -a ! "$box" = '.subscriptions' ]; then \ - echo -n "\"+$box\" "; \ - fi; \ -done` +#mailboxes ! + `\ +#for file in ~/Mail/.*; do \ +# box=$(basename "$file"); \ +# if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' -a ! "$box" = '.subscriptions' ]; then \ +# echo -n "\"+$box\" "; \ +# fi; \ +#done` # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # @@ -316,6 +323,6 @@ auto_view application/x-gzip # machines. # -#source ~/.muttrc.local # config commands local to this site +source ~/.muttrc.local # config commands local to this site # EOF diff --git a/skel/.vim/.netrwhist b/skel/.vim/.netrwhist deleted file mode 100644 index 3a67099..0000000 --- a/skel/.vim/.netrwhist +++ /dev/null @@ -1,11 +0,0 @@ -let g:netrw_dirhistmax =10 -let g:netrw_dirhist_cnt =9 -let g:netrw_dirhist_1='/home/astra/vcs_raycon/sepm/src/site' -let g:netrw_dirhist_2='/home/astra/vcs_raycon/restauth/RestAuth' -let g:netrw_dirhist_3='/home/astra/vcs_raycon/restauth/lib/restauth' -let g:netrw_dirhist_4='/home/astra/vcs_raycon/.metadata/SarosLogs' -let g:netrw_dirhist_5='/home/astra/vcs_raycon/sepm/doc/stundenlisten' -let g:netrw_dirhist_6='/home/astra/vcs_raycon/sepm/src/main/resources/org/mapeditor' -let g:netrw_dirhist_7='/etc/rc.d' -let g:netrw_dirhist_8='/home/astra/git/sepm/src/main/java' -let g:netrw_dirhist_9='/home/astra/git/sepm/logs' diff --git a/skel/.zprofile b/skel/.zprofile index dca6162..c1837d3 100644 --- a/skel/.zprofile +++ b/skel/.zprofile @@ -5,7 +5,9 @@ function start_agent { /usr/bin/ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}" chmod 600 "${SSH_ENV}" . "${SSH_ENV}" > /dev/null - /usr/bin/ssh-add; + for i in $(ls ~/.ssh/id_* | egrep -v ".pub$"); do + /usr/bin/ssh-add $i + done } # Source SSH settings, if applicable diff --git a/skel/.zshrc.local b/skel/.zshrc.local index 361e506..9d7a44a 100644 --- a/skel/.zshrc.local +++ b/skel/.zshrc.local @@ -27,7 +27,9 @@ colors zstyle ':completion:*:*:(^rm):*:*files' ignored-patterns '*?.o' '*?.c~' '*?.old' '*?.pro' '*?.class' # add ~/bin to path -PATH="${PATH}:${HOME}/bin" +if ! [[ $PATH =~ "${HOME}/bin" ]]; then + PATH="${PATH}:${HOME}/bin" +fi # Vars used later on by Zsh export EDITOR="vim -p" @@ -50,13 +52,11 @@ alias cp="cp -i" alias nano="nano -w" #alias ls="ls --color=auto" alias snownews="snownews -u" -alias sc="import -window root -display :0" alias whois="whois -H" alias route6="route -Ainet6" alias biew="TERM=vt100 biew" alias pushd_list='pushd "$@"' -#alias xflux="/home/astra/git/f.lux/xflux -l 48.21 -g 16.37" # just press 'asdf' keys to toggle between dvorak and us keyboard layout asdf() { |
