mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2020-06-17 3c45381f0a7bebd299c84bc24af8ab9847a6d6cd
use emacsclient as terminal editor and mpv for mailcap
4 files modified
12 ■■■■■ changed files
all-shells/.commonshell 3 ●●●● patch | view | raw | blame | history
aspell/.aspell.en.pws 3 ●●●● patch | view | raw | blame | history
emacs/.emacs.d @ 0a6cd2 2 ●●● patch | view | raw | blame | history
mailcap/.mailcap 4 ●●●● patch | view | raw | blame | history
all-shells/.commonshell
@@ -6,7 +6,8 @@
alias less='less -r'
alias stats="find . -type f -printf '%f\n' | sed -r -n 's/.+(\..*)$/\1/p' | sort | uniq -c"
export EDITOR=/usr/bin/vim
export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim"
alias ec=$EDITOR
#default wine prefix
export WINEPREFIX=$HOME/.wine/Games/
aspell/.aspell.en.pws
@@ -1,9 +1,10 @@
personal_ws-1.1 en 22
personal_ws-1.1 en 23
DNS
FPGA
GPIO
Grunbaum
SODIMM
abortifacient
config
dotfiles
fortifiable
emacs/.emacs.d
@@ -1 +1 @@
Subproject commit b0ee5f8ba34e6a7521727c090476fbe2f5b78b1f
Subproject commit 0a6cd2a41136263a2ffbe46c3ba1d321a033567f
mailcap/.mailcap
@@ -31,8 +31,8 @@
# Youtube videos are assigned a custom mime-type, which can be streamed with
# vlc or youtube-dl.
video/x-youtube; vlc '%s' --width 640 --height 480; test=test -n "$DISPLAY"
video/x-youtube; mpv --ytdl-format=bestvideo+bestaudio/best '%s' --autofit 640x480; test=test -n "$DISPLAY"
#video/x-youtube; vlc '%s' --width 640 --height 480; test=test -n "$DISPLAY"
video/x-youtube; mpv '%s'
# Mpv is a simple and effective video streamer
video/*; mpv '%s' --autofit 640x480 --loop=inf; test=test -n "$DISPLAY"