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:
parent
ac34df2372
commit
370f0346de
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ nix_store() {
|
|||
|
||||
browse() {
|
||||
# Open a URL in $BROWSER. Friendly for terminal input and output.
|
||||
nohup "$BROWSER" $@ &
|
||||
"$BROWSER" $@ &
|
||||
}
|
||||
|
||||
lh() {
|
||||
|
|
Loading…
Reference in a new issue