+# 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
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"
--- /dev/null
+# 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'"
+++ /dev/null
-# 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'"