make it into a basic bash file
This commit is contained in:
parent
c85e430229
commit
91a3bab42a
|
@ -17,7 +17,7 @@
|
||||||
zellij action close-pane
|
zellij action close-pane
|
||||||
'';
|
'';
|
||||||
jupyter =
|
jupyter =
|
||||||
pkgs.writeText "run_jupyter_from_helix.zsh"
|
pkgs.writeText "run_jupyter_from_helix.sh"
|
||||||
''
|
''
|
||||||
#! ~/.nix-profile/bin/zsh
|
#! ~/.nix-profile/bin/zsh
|
||||||
function new() {
|
function new() {
|
||||||
|
@ -214,7 +214,7 @@ in {
|
||||||
home.file = {
|
home.file = {
|
||||||
"jupyter" = {
|
"jupyter" = {
|
||||||
source = "${jupyter}";
|
source = "${jupyter}";
|
||||||
target = ".config/helix/run_jupyter_from_helix.zsh";
|
target = ".config/helix/run_jupyter_from_helix.sh";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue