diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:44:17 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:44:17 +0200 |
commit | 0536c594edf4bc5a949479f68d49bd6cb79c05a3 (patch) | |
tree | b1d523007e4004a809afaf916de7519f78612efa /.bash_profile | |
parent | c2c5577a0d40d8c69d609792b918d4a045aff17d (diff) |
bash: Autostart Emacs
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index 326d8a6..da19a36 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,2 +1,3 @@ +command -v emacs >/dev/null && emacs --daemon [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland |