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
@@ -0,0 +1,4 @@
#! /bin/env bash
if [[ -x /usr/bin/neofetch ]]; then
neofetch
fi