From 72c2d433867b2a53599fe0d1cf00fcd9ddfb1b44 Mon Sep 17 00:00:00 2001 From: Gabe Venberg Date: Thu, 18 Apr 2024 10:30:05 -0500 Subject: [PATCH] fixed pyactivate, moved starship to not use $fill, as it gets buggy. --- modules/home-manager/terminal/nushell/config.nu | 2 +- modules/home-manager/terminal/starship.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/home-manager/terminal/nushell/config.nu b/modules/home-manager/terminal/nushell/config.nu index 9c20fc9..d2dc564 100644 --- a/modules/home-manager/terminal/nushell/config.nu +++ b/modules/home-manager/terminal/nushell/config.nu @@ -32,7 +32,7 @@ alias please = sudo (history | last | get command) alias la = ls -a alias ll = ls -l alias lla = ls -la -alias pyactivate = overlay use ./.venv/bin/activate +alias pyactivate = overlay use ./.venv/bin/activate.nu alias tmux = tmux -u # converts all .doc and .docx files in the local directory to pdfs using libreoffice alias doc2pdf = loffice --convert-to pdf --headless *.docx diff --git a/modules/home-manager/terminal/starship.nix b/modules/home-manager/terminal/starship.nix index 36e71e8..b7ec3ad 100644 --- a/modules/home-manager/terminal/starship.nix +++ b/modules/home-manager/terminal/starship.nix @@ -23,8 +23,7 @@ "$git_metrics" "[](fg:color_blue bg:color_bg3)" "$git_commit" - "$fill" - "[](fg:color_bg1 bg:color_bg3)" + "[](fg:color_bg3 bg:color_bg1)" "$time" "[ ](fg:color_bg1)" "$line_break"