summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index 8983cb0..4eab62b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -79,6 +79,11 @@ homebrew_token() {
export HOMEBREW_GITHUB_API_TOKEN
}
+# ==== Hyprland auto start
+if command -v Hyprland 1>/dev/null 2>&1; then
+ exec Hyprland
+fi
+
if command -v neomutt 1>/dev/null 2>&1; then
# Fixes the pinentry-tty error https://github.com/neomutt/neomutt/issues/1014
mutt() {