Re-add open function

This commit is contained in:
Thomas Avé 2024-06-12 12:08:47 +02:00
parent 4cd787e004
commit 6a6ccc3a63
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
function run() { function run() {
nix run "nixpkgs#$1" -- "${@:2}" nix run "nixpkgs#$1" -- "${@:2}"
} }
function o() {
xdg-open $@ < /dev/null &> /dev/null & disown
}