WIP: Switch to NixOS #5
1 changed files with 5 additions and 0 deletions
|
@ -40,6 +40,11 @@ function command_not_found_handler {
|
|||
done
|
||||
fi
|
||||
}
|
||||
{%@@ if os == "termux" @@%}
|
||||
function command_not_found_handler {
|
||||
$PREFIX/libexec/termux/command-not-found $1
|
||||
}
|
||||
{%@@ endif @@%}
|
||||
|
||||
# search and install/remove packages with fzf
|
||||
pi() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue