1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/nushell/env.nu
2022-11-06 14:25:16 +01:00

9 lines
250 B
Text

# Zoxide
zoxide init nushell | save ~/.nu/zoxide.nu
# Starship
# TODO: Remove str replace after starship update
starship init nu | str replace --string "term size -c" "term size" | save ~/.nu/starship/init.nu
# Julia
let-env JULIA_NUM_THREADS = 16