feat: mount devices once connected

This commit is contained in:
Michel 2024-01-22 16:54:59 +01:00
parent e0b9335f2b
commit 5312fd7bf2
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,14 @@
alias xterm='xterm -bg black -fg white -fa Hack -fs 10'
## Mount dev folders
#
# Note: To be done first, so other actions can use mounted folders.
#
[[ -x $HOME/bin/mount_dev.zsh ]] &&
xterm -geometry 120x40 -title "Mount devices" -hold -e $HOME/bin/mount_dev.zsh
## Start periodic actions
#
$HOME/bin/every-hour.zsh