mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-22 19:31:57 +00:00
Fixed non cross platform env variable creation.
This commit is contained in:
@@ -57,7 +57,9 @@ $env.JULIA_NUM_THREADS = $"(nproc)"
|
||||
$env.BAT_THEME = "tokyonight_night"
|
||||
$env.YAOURT_COLORS = "nb=1:pkg=1:ver=1;32:lver=1;45:installed=1;42:grp=1;34:od=1;41;5:votes=1;44:dsc=0:other=1;35"
|
||||
$env.XDG_CONFIG_HOME = $"($env.HOME)/.config"
|
||||
$env.GPG_TTY = $"(/usr/bin/env tty)"
|
||||
if $nu.os-info.name != "windows" {
|
||||
$env.GPG_TTY = $"(/usr/bin/env tty)"
|
||||
}
|
||||
$env.PASSWORD_STORE_DIR = $"($env.HOME)/.cache/password-store"
|
||||
$env.GLAMOUR_STYLE = $"($env.XDG_CONFIG_HOME)/glamour/tokyo_night.json"
|
||||
$env.RYE_HOME = $"($env.XDG_CONFIG_HOME)/.rye"
|
||||
|
||||
Reference in New Issue
Block a user