fixed pyactivate, moved starship to not use $fill, as it gets buggy.

This commit is contained in:
Gabe Venberg 2024-04-18 10:30:05 -05:00
parent 7e0b0de44c
commit 72c2d43386
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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"