diff --git a/apps/nushell/jolheiser.nu b/apps/nushell/jolheiser.nu index 043b9ebf0e096079e2c9e3bc2e5826beb9413fe2..c4ea008a4a1f521f0fb9ee7be773c926b762bee8 100644 --- a/apps/nushell/jolheiser.nu +++ b/apps/nushell/jolheiser.nu @@ -14,11 +14,6 @@ ^ssh -i ~/.ssh/dev -N -T -R $"1337:localhost:($port)" dev@jolheiser.com } ## Aliases ## -alias du = dust -b -d 1 - ^nix develop $"git+https://git.jojodev.com/jolheiser/dev-shells\#($name)" -c nu -} - -## Aliases ## alias ll = ls -al let-env EDITOR = hx let-env config = ($env.config | upsert "shell_integration" ("WEZTERM_PANE" not-in $env and "SSH_CLIENT" not-in $env))