add environment variables that home manager should've added but didn't for whatever fucking reason
This commit is contained in:
parent
edafaf3c14
commit
3b6367a9f4
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
source /home/jade/.config/nushell/shell-startup.nu;
|
source /home/jade/.config/nushell/shell-startup.nu;
|
||||||
$env.STARSHIP_SHELL = "nu";
|
$env.STARSHIP_SHELL = "nu";
|
||||||
$env.CMD_COUNT = 0;
|
$env.CMD_COUNT = 0;
|
||||||
|
$env.EDITOR = "hx";
|
||||||
|
$env.S10E_JRNL_FILE_LOC = "~/Docs/jrnl.md";
|
||||||
|
|
||||||
def create_right_prompt [] {
|
def create_right_prompt [] {
|
||||||
# create a right prompt in magenta with green separators and am/pm underlined
|
# create a right prompt in magenta with green separators and am/pm underlined
|
||||||
|
|
Loading…
Reference in a new issue