summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-05 11:32:36 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-05 11:32:36 +0200
commit4f1243f88f23924a58df9ddc19ffc998d07f0e6d (patch)
treef8ae39c592794e87e1a97f5e498239844f827493 /.bashrc
parentde70c7380fff92aa7ce53e8a266779057a07099c (diff)
bash: Don’t fork neovide
Now that Hyprland does window swallowing for all child processes of my terminal (foot), we need to avoid neovide forking off from the parent automatically so that Hyprland can properly swallow the terminal.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 522f79e..eb2bf20 100644
--- a/.bashrc
+++ b/.bashrc
@@ -78,6 +78,7 @@ alias ls='ls --color=auto'
alias sl='sl -ac5'
alias sv=sudoedit
alias v="$VISUAL"
+alias nv='neovide --nofork'
PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]'