aboutsummaryrefslogtreecommitdiff
path: root/env/.config/.profile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-28 06:36:32 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-28 06:36:32 -0600
commit66953f50fbbd312499d577ef6358fe0e675c54ab (patch)
treedb17cd89b55e570b0423cdddb9c1e36bc17a2d4b /env/.config/.profile
parentbd335ffc2838a9e4b2f43d799391507cd67387ed (diff)
Squashed commit of the following:
- removed manual pipewire start from autostart - shify - check if run file exist in run.sh
Diffstat (limited to 'env/.config/.profile')
-rwxr-xr-xenv/.config/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.config/.profile b/env/.config/.profile
index 985c21b..d9ee8c2 100755
--- a/env/.config/.profile
+++ b/env/.config/.profile
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if [ -n "$BASH_SOURCE" ]; then
# Bash or zsh (if BASH_SOURCE is defined)
script="$BASH_SOURCE[0]"