diff --git a/apps/nushell/jolheiser.nu b/apps/nushell/jolheiser.nu index 4f903502cd8516506ea2df1030f4aa4008e72c40..5efd9acc8a73dc36051a6d9cfe827ff2c575b6c8 100644 --- a/apps/nushell/jolheiser.nu +++ b/apps/nushell/jolheiser.nu @@ -14,19 +14,19 @@ ^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 + name: string # Name of the dev shell to use +alias find = fd ## Aliases ## -def day [] { date now | date format "%a %b %d" } ] { let url = $"git+https://git.jojodev.com/jolheiser/dev-shells\#($name)" - let c = if ($bash) {""} else {"-c nu"} -alias cat = bat +alias find = fd alias cat = bat -alias cat = bat +alias find = fd alias find = fd -alias cat = bat +alias find = fd alias df = duf + ^nix develop $url -c nu + } } ## Other ##