make it into a basic bash file
This commit is contained in:
parent
c85e430229
commit
91a3bab42a
|
@ -17,7 +17,7 @@
|
|||
zellij action close-pane
|
||||
'';
|
||||
jupyter =
|
||||
pkgs.writeText "run_jupyter_from_helix.zsh"
|
||||
pkgs.writeText "run_jupyter_from_helix.sh"
|
||||
''
|
||||
#! ~/.nix-profile/bin/zsh
|
||||
function new() {
|
||||
|
@ -214,7 +214,7 @@ in {
|
|||
home.file = {
|
||||
"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