dotfiles/home/zsh/files/functions.zsh

8 lines
124 B
Bash

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