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

10 lines
250 B
Text
Raw Normal View History

2022-11-06 13:25:16 +00:00
# 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