This commit is contained in:
David Chen 2020-03-07 13:05:04 -08:00
parent 0e5c935855
commit ce07f277e1
2 changed files with 4 additions and 2 deletions

View file

@ -57,7 +57,7 @@ set -g set-titles on
set -g display-panes-time 2000
set -g display-time 2000
set -g status-interval 10
set -g status-interval 1
# -- navigation
@ -207,6 +207,8 @@ setw -g window-status-activity-style bg=black
setw -g window-status-bell-style bg=black
run-shell ~/.config/tmux/extrakto/extrakto.tmux
#set-option -g status-utf8 on
#set -g status-left '#(rainbarf --battery --remaining --bolt --rgb)'
# EOF

View file

@ -217,7 +217,7 @@ handle_mime() {
case "${mimetype}" in
# Text
text/* | */xml)
if command -v ccat 2>/dev/null; then
if command -v ccat &>/dev/null; then
ccat --color=always ${FILE_PATH}
exit 0
fi