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
+1
View File
@@ -1 +1,2 @@
#!/bin/env bash
[[ -f "/dev/shm/bash/$BASHPID/oncd" ]] && source "/dev/shm/bash/$BASHPID/oncd"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/env bash
[[ -f "/dev/shm/bash/$BASHPID/onexit" ]] && source "/dev/shm/bash/$BASHPID/onexit"
rm -rf /dev/shm/bash/$BASHPID
+4
View File
@@ -0,0 +1,4 @@
#! /bin/env bash
if [[ -x /usr/bin/neofetch ]]; then
neofetch
fi
+1
View File
@@ -1,2 +1,3 @@
#!/bin/env bash
[[ -f "/dev/shm/bash/$BASHPID/onprompt" ]] && source "/dev/shm/bash/$BASHPID/onprompt"
history -a