From 2d1586cfb81911325975872048b71a21ae45f2a1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 24 Aug 2023 21:14:53 +0300 Subject: bash: Add bash configuration --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..b084701 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +[[ -f ~/.bashrc ]] && source ~/.bashrc +[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && { + emacs --daemon & + exec Hyprland +} -- cgit v1.2.3