refactor(nvim): nixify editor bash config

This commit is contained in:
2026-08-23 13:32:24 +02:00
parent db31984573
commit 4f77043e3b
4 changed files with 12 additions and 17 deletions
+1 -2
View File
@@ -5,8 +5,7 @@
. /etc/os-release
# Editor & prompt configuration
[ -f "$HOME/.bashrc.d/editor" ] && . "$HOME/.bashrc.d/editor"
# Prompt configuration
[ -f "$HOME/.bashrc.d/prompt" ] && . "$HOME/.bashrc.d/prompt"
# Aliases {{{