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.
This commit is contained in:
William Carroll 2019-03-27 18:26:58 +00:00
parent ac34df2372
commit 370f0346de

View file

@ -337,7 +337,7 @@ nix_store() {
browse() { browse() {
# Open a URL in $BROWSER. Friendly for terminal input and output. # Open a URL in $BROWSER. Friendly for terminal input and output.
nohup "$BROWSER" $@ & "$BROWSER" $@ &
} }
lh() { lh() {