feat: mount devices once connected
This commit is contained in:
parent
e0b9335f2b
commit
5312fd7bf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user