parent
c037fc986a
commit
14d2d9dd13
|
@ -13,6 +13,10 @@ def sshdev [port: int = 8080] {
|
||||||
^ssh -i ~/.ssh/dev -N -T -R $"1337:localhost:($port)" dev@jolheiser.com
|
^ssh -i ~/.ssh/dev -N -T -R $"1337:localhost:($port)" dev@jolheiser.com
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def dev [name: string] {
|
||||||
|
^nix develop $"git+https://git.jojodev.com/jolheiser/dev-shells\#($name)" -c nu
|
||||||
|
}
|
||||||
|
|
||||||
## Other ##
|
## Other ##
|
||||||
let-env EDITOR = hx
|
let-env EDITOR = hx
|
||||||
let-env config = ($env.config | upsert "shell_integration" ("WEZTERM_PANE" not-in $env and "SSH_CLIENT" not-in $env))
|
let-env config = ($env.config | upsert "shell_integration" ("WEZTERM_PANE" not-in $env and "SSH_CLIENT" not-in $env))
|
||||||
|
|
Reference in New Issue