diff --git a/apps/nushell/jolheiser.nu b/apps/nushell/jolheiser.nu index 5efd9acc8a73dc36051a6d9cfe827ff2c575b6c8..043b9ebf0e096079e2c9e3bc2e5826beb9413fe2 100644 --- a/apps/nushell/jolheiser.nu +++ b/apps/nushell/jolheiser.nu @@ -13,17 +13,9 @@ $"Listening on localhost:($port)" ^ssh -i ~/.ssh/dev -N -T -R $"1337:localhost:($port)" dev@jolheiser.com } -def nixdev [ - name: string # Name of the dev shell to use - --bash: bool # Use bash instead of nushell - ] { - let url = $"git+https://git.jojodev.com/jolheiser/dev-shells\#($name)" -alias cat = bat +alias find = fd - ^nix develop $url - } else { -alias cat = bat alias find = fd - } +## Aliases ## } ## Other ##