mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 22:43:02 +01:00
fix: use full path for $SHELL
This commit is contained in:
parent
fa65c3f54c
commit
c09bf979f8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub fn populateEnvironment(env: *std.process.EnvMap) !void {
|
||||||
try env.put("MZTE_ENV_SET", "1");
|
try env.put("MZTE_ENV_SET", "1");
|
||||||
|
|
||||||
// set shell to fish to prevent anything from defaulting to mzteinit
|
// set shell to fish to prevent anything from defaulting to mzteinit
|
||||||
try env.put("SHELL", "fish");
|
try env.put("SHELL", "/usr/bin/fish");
|
||||||
|
|
||||||
// mix (elixir package manager) should respect XDG
|
// mix (elixir package manager) should respect XDG
|
||||||
try env.put("MIX_XDG", "1");
|
try env.put("MIX_XDG", "1");
|
||||||
|
|
Loading…
Reference in a new issue