Sun Jun 23 09:58:15 PM CEST 2024
This commit is contained in:
parent
95adfac98e
commit
f3848d7844
|
@ -80,7 +80,12 @@
|
|||
source "$(fzf-share)/completion.zsh"
|
||||
fi
|
||||
source ${./files/keys.zsh}
|
||||
source ${./files/functions.zsh}
|
||||
}
|
||||
function run() {
|
||||
nix run "nixpkgs#$1" -- "''${@:2}"
|
||||
}
|
||||
function o() {
|
||||
${pkgs.handlr-regex}/bin/handlr open $@ < /dev/null &> /dev/null & disown
|
||||
}
|
||||
'';
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
function run() {
|
||||
nix run "nixpkgs#$1" -- "${@:2}"
|
||||
}
|
||||
|
||||
function o() {
|
||||
xdg-open $@ < /dev/null &> /dev/null & disown
|
||||
}
|
Loading…
Reference in New Issue