Re-add open function
This commit is contained in:
parent
4cd787e004
commit
6a6ccc3a63
|
@ -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
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue