Updates
This commit is contained in:
parent
86f3694134
commit
e62719009c
1 changed files with 5 additions and 1 deletions
|
@ -17,6 +17,10 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
__fish_command_not_found_handler = {
|
||||||
|
body = "__fish_default_command_not_found_handler $argv[1]";
|
||||||
|
onEvent = "fish_command_not_found";
|
||||||
|
};
|
||||||
update_secrets = ''
|
update_secrets = ''
|
||||||
pushd /etc/nixos/git
|
pushd /etc/nixos/git
|
||||||
nix develop -c \
|
nix develop -c \
|
||||||
|
|
Loading…
Reference in a new issue