diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-18 12:13:09 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-18 12:13:09 +0100 |
commit | 8d0095ee5d9c9a6594edc2618fef1d4a3d0ad7d3 (patch) | |
tree | c578807f3a9d961111ad312f32a7119b3c7e369e | |
parent | 995aaddb272240877aca36fbc1d3f2cf9ef2da23 (diff) |
bash: Don’t autostart Emacs
-rw-r--r-- | .bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index da19a36..326d8a6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,3 +1,2 @@ -command -v emacs >/dev/null && emacs --daemon [[ -f ~/.bashrc ]] && source ~/.bashrc [[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland |