mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Use const path
This commit is contained in:
@@ -1 +1 @@
|
||||
for f in ~/.local/share/omarchy/default/bash/fns/*; do source "$f"; done
|
||||
for f in $OMARCHY_PATH/default/bash/fns/*; do source "$f"; done
|
||||
|
||||
Reference in New Issue
Block a user