fixed pyactivate, moved starship to not use $fill, as it gets buggy.
This commit is contained in:
parent
7e0b0de44c
commit
72c2d43386
|
@ -32,7 +32,7 @@ alias please = sudo (history | last | get command)
|
||||||
alias la = ls -a
|
alias la = ls -a
|
||||||
alias ll = ls -l
|
alias ll = ls -l
|
||||||
alias lla = ls -la
|
alias lla = ls -la
|
||||||
alias pyactivate = overlay use ./.venv/bin/activate
|
alias pyactivate = overlay use ./.venv/bin/activate.nu
|
||||||
alias tmux = tmux -u
|
alias tmux = tmux -u
|
||||||
# converts all .doc and .docx files in the local directory to pdfs using libreoffice
|
# converts all .doc and .docx files in the local directory to pdfs using libreoffice
|
||||||
alias doc2pdf = loffice --convert-to pdf --headless *.docx
|
alias doc2pdf = loffice --convert-to pdf --headless *.docx
|
||||||
|
|
|
@ -23,8 +23,7 @@
|
||||||
"$git_metrics"
|
"$git_metrics"
|
||||||
"[](fg:color_blue bg:color_bg3)"
|
"[](fg:color_blue bg:color_bg3)"
|
||||||
"$git_commit"
|
"$git_commit"
|
||||||
"$fill"
|
"[](fg:color_bg3 bg:color_bg1)"
|
||||||
"[](fg:color_bg1 bg:color_bg3)"
|
|
||||||
"$time"
|
"$time"
|
||||||
"[ ](fg:color_bg1)"
|
"[ ](fg:color_bg1)"
|
||||||
"$line_break"
|
"$line_break"
|
||||||
|
|
Loading…
Reference in a new issue