home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 23 Mar 2025 22:08:05 +0000 (23:08 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 23 Mar 2025 22:08:05 +0000 (23:08 +0100)
testing/aptmark/user
testing/home/all/.bashrc
testing/home/desktop/.bashrc.desktop [new file with mode: 0644]
testing/home/desktop/.bashrc_bonus [deleted file]

index e4588c7e253fafe63d65737e1b4974dcb7e1e135..1ae29726eb3e05857137ca123d19c753ea0b5278 100644 (file)
@@ -1,3 +1,5 @@
+# stuff we want on any system with interactive plom user account
+#
 # ping won't work for user without this – see <https://shallowsky.com/blog/linux/ping-permissions.html>
 linux-sysctl-defaults
 # generally useful
index ec686eb0b684ac5c23389f88504bcafd1403e23e..851118b9cd8841bf33f7cabd6118c40abd593b5c 100644 (file)
@@ -24,6 +24,5 @@ PS2="${tput_color}> ${tput_reset}"
 PS3="${tput_color}select: ${tput_reset}"
 PS4="${tput_color}+ ${tput_reset}"
 
-# Optional additional stuff.
-PATH_BASHRC_BONUS="${HOME}/.bashrc_bonus"
-[ -f "${PATH_BASHRC_BONUS}" ] && . "${PATH_BASHRC_BONUS}"
+# include others
+dot_shell_file_variants "${HOME}/\.bashrc"
diff --git a/testing/home/desktop/.bashrc.desktop b/testing/home/desktop/.bashrc.desktop
new file mode 100644 (file)
index 0000000..baa8d8b
--- /dev/null
@@ -0,0 +1,4 @@
+# mere "kb" might be more flexible, but this way I won't accidentally try for
+# a non-existing "en" layout
+alias kb_de="swaymsg 'input * xkb_layout de'"
+alias kb_us="swaymsg 'input * xkb_layout us'"
diff --git a/testing/home/desktop/.bashrc_bonus b/testing/home/desktop/.bashrc_bonus
deleted file mode 100644 (file)
index baa8d8b..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# mere "kb" might be more flexible, but this way I won't accidentally try for
-# a non-existing "en" layout
-alias kb_de="swaymsg 'input * xkb_layout de'"
-alias kb_us="swaymsg 'input * xkb_layout us'"