commit a027b0962cfd062ac9193f3c80ff5114de7d8c53
parent 39b8acfca860b57f057e8514f74d5289ccf2a901
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 14 Jun 2019 16:24:54 +0200
Use vis as $EDITOR, reenable compton, use 'e' alias for edit
Diffstat:
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.commands.sh b/.commands.sh
@@ -4,10 +4,10 @@
alias b='bash'
alias z='zsh'
-alias v='$EDITOR'
-alias vim='$EDITOR'
+alias e='$EDITOR'
alias n='nnn'
alias sx="sxiv -ft *"
+alias youtube-dl='youtube-dl -f bestvideo+bestaudio/best --all-subs --embed-subs'
## cd
alias cg='c "$(git rev-parse --show-toplevel)"' # cd under git repo
@@ -138,7 +138,6 @@ news() {
}
## web services
-alias youtube-dl='youtube-dl -f bestvideo+bestaudio/best --all-subs --embed-subs'
weather() { curl "wttr.in/?m"; }
transfer() { # use transfer.sh to share files over the net
if [ $# -eq 0 ]; then
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
@@ -49,7 +49,8 @@ set meta_key=yes
set attribution="* %n <%a> [%{%Y-%m-%d %H:%M:%S %Z}]:\n"
set edit_headers # edit the message headers.
set fast_reply=yes # skip initial prompts when replying
-set editor="$EDITOR +'normal G' -c 'set ft=mail noautoindent spell spelllang=en_us,da'"
+#set editor="$EDITOR +'normal G' -c 'set ft=mail noautoindent spell spelllang=en_us,da'"
+set editor="$EDITOR"
set nomark_old # Don't mark unread new msgs as old.
set mime_forward # Forward message as MIME attachments.
set pager_context=3 # Display 3 lines of context in pager.
diff --git a/.profile b/.profile
@@ -1,6 +1,6 @@
# shellcheck source=/dev/null
[ -f ~/.locale ] && . ~/.locale
-export EDITOR="nvim"
+export EDITOR="vis"
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export MAILDIR="$HOME/mail"
diff --git a/.xprofile b/.xprofile
@@ -41,7 +41,7 @@ xset r rate 300 50 # key repeat rate ([delay in ms] [repeats per sec])
sxhkd &
unclutter &
dunst &
-#compton &
+compton &
calcurse_reminders.py 15 &
dwmstatus &
keynav &