diff options
| author | EuAndreh <eu@euandre.org> | 2021-03-06 16:12:21 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-03-06 16:12:21 -0300 |
| commit | 42e48b27d613ff1b410e2a4646cde34705f72b8d (patch) | |
| tree | 195a2d553c7ae1e0649c916fa6f7b3a38e024fea /scripts/open | |
| parent | fake-symlinks: aux/workflow/dist.sh: Assert commit message (diff) | |
| download | dotfiles-42e48b27d613ff1b410e2a4646cde34705f72b8d.tar.gz dotfiles-42e48b27d613ff1b410e2a4646cde34705f72b8d.tar.xz | |
scripts/open: Use nohup over disown
Diffstat (limited to '')
| -rwxr-xr-x | scripts/open | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/open b/scripts/open index a8e35012..7fa2d505 100755 --- a/scripts/open +++ b/scripts/open @@ -12,8 +12,7 @@ case "$1" in "$BROWSER" "$1" ;; *.pdf|*.djvu) - zathura "$1" 1>&2 2>/dev/null & - disown + nohup zathura "$1" 1>&2 2>/dev/null & ;; *.flac|*.ogg|*.mkv) vid "$1" |
