bash hooks + vim clean up

This commit is contained in:
2026-05-06 11:14:48 +02:00
parent e57f0d73a7
commit 478053d6be
12 changed files with 64 additions and 66 deletions
+4
View File
@@ -39,3 +39,7 @@ Development tool configurations including aliases and environment managers.
- Contains development tools and shortcuts
- Environment managers handle Java, Node.js, PHP, Gradle versions
- Automatically sourced by main `.bashrc`
## Todo
- special behaviour inside dolphin? ([`if [[ $(ps -o comm= -p $PPID) == dolphin ]]; then …`](https://unix.stackexchange.com/a/775802))