diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-12 23:32:01 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-12 23:32:01 +0200 |
commit | 30543e85eeae846b83146279e18d00da6c8473a4 (patch) | |
tree | 5aed9ede95bc2745cc3df2358be71200eb2e3fa6 /.bash_profile | |
parent | 1105b3fee91ebaacb34720e96fd7fef7ba4864cc (diff) |
bash: Don’t autostart emacs; trying out nvim
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.bash_profile b/.bash_profile index b084701..326d8a6 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,5 +1,2 @@ [[ -f ~/.bashrc ]] && source ~/.bashrc -[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && { - emacs --daemon & - exec Hyprland -} +[[ -z "$DISPLAY" && `tty` == /dev/tty1 ]] && exec Hyprland |