From 87ce5fe9b788267226cfb1a5b59e3dfa661a5b3d Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 12 Feb 2026 14:27:51 +0100 Subject: fix: füge, wo nötig, filetype-Erkennung für Neovim ein MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- X11/xinitrc | 7 ++++++- abook/abookrc | 2 ++ git/config | 2 ++ git/config-up2parts | 2 ++ ncmpcpp/config | 2 ++ newsboat/config | 2 ++ taskwarrior/taskrc | 2 ++ 7 files changed, 18 insertions(+), 1 deletion(-) diff --git a/X11/xinitrc b/X11/xinitrc index a627614..df199eb 100644 --- a/X11/xinitrc +++ b/X11/xinitrc @@ -1,2 +1,7 @@ +#!/bin/sh + export LANG=de_DE.UTF-8 -. /usr/local/etc/xdg/xfce4/xinitrc +export LC_ALL=de_DE.UTF-8 + +# Start Xfce +exec /usr/local/etc/xdg/xfce4/xinitrc diff --git a/abook/abookrc b/abook/abookrc index a09ac7b..5ce4cb3 100644 --- a/abook/abookrc +++ b/abook/abookrc @@ -1,3 +1,5 @@ +# vim: filetype=dosini + set use_mouse=true set show_all_emails=true set sort_field=nick diff --git a/git/config b/git/config index 778e580..58c3f9f 100644 --- a/git/config +++ b/git/config @@ -1,3 +1,5 @@ +; vim: filetype=gitconfig + [user] email = ts@its1.de name = Thomas Schmucker diff --git a/git/config-up2parts b/git/config-up2parts index 181d750..4a3e0a0 100644 --- a/git/config-up2parts +++ b/git/config-up2parts @@ -1,3 +1,5 @@ +; vim: filetype=gitconfig + [user] email = thomas.schmucker@up2parts.com diff --git a/ncmpcpp/config b/ncmpcpp/config index 1966bb6..dfe37b1 100644 --- a/ncmpcpp/config +++ b/ncmpcpp/config @@ -1,2 +1,4 @@ +# vim: filetype=dosini + mpd_host = "~/.mpd/socket" mpd_port = "0" diff --git a/newsboat/config b/newsboat/config index 0274f0c..0d39ad5 100644 --- a/newsboat/config +++ b/newsboat/config @@ -1,3 +1,5 @@ +# vim: filetype=conf + auto-reload yes reload-time 10 browser "firefox --new-tab %u" diff --git a/taskwarrior/taskrc b/taskwarrior/taskrc index 8df1541..4ca8c5d 100644 --- a/taskwarrior/taskrc +++ b/taskwarrior/taskrc @@ -1,3 +1,5 @@ +# vim: filetype=dosini + # [Created by task 2.6.2 4/16/2023 10:58:10] # Taskwarrior program configuration file. # For more documentation, see https://taskwarrior.org or try 'man task', 'man task-color', -- cgit v1.3