More protections
This commit is contained in:
parent
574d213c34
commit
438156e36f
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status
|
||||
set -eE
|
||||
set -eEo pipefail
|
||||
|
||||
export PATH="$HOME/.local/share/omarchy/bin:$PATH"
|
||||
OMARCHY_INSTALL=~/.local/share/omarchy/install
|
||||
|
Loading…
x
Reference in New Issue
Block a user