From 370f0346dea102b36b65f09678361b1bbd41256d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 27 Mar 2019 18:26:58 +0000 Subject: [PATCH] Augment browse function The nohup.out file was creating a bunch of noise and polluting my FS. It may have been the correct thing to add, but if it was, I'm unsure why. Removing it for now since it's been bothering me quite a bit. --- configs/shared/zsh/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/zsh/functions.zsh b/configs/shared/zsh/functions.zsh index cb6154a14..ea12bf313 100644 --- a/configs/shared/zsh/functions.zsh +++ b/configs/shared/zsh/functions.zsh @@ -337,7 +337,7 @@ nix_store() { browse() { # Open a URL in $BROWSER. Friendly for terminal input and output. - nohup "$BROWSER" $@ & + "$BROWSER" $@ & } lh() {