mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
test
This commit is contained in:
parent
fbc5917192
commit
a563473b77
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function set_ps1_prompt() {
|
||||||
git_branch="$(git rev-parse --short HEAD 2>/dev/null)"
|
git_branch="$(git rev-parse --short HEAD 2>/dev/null)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git_branch=" \[\033[01;31m\]$git_branch:\[\033[00m\]"
|
git_branch="\[\033[01;31m\]$git_branch :\[\033[00m\]"
|
||||||
|
|
||||||
if [ -f "$(git rev-parse --show-toplevel)/flake.nix" ]; then
|
if [ -f "$(git rev-parse --show-toplevel)/flake.nix" ]; then
|
||||||
# If it exists, set the flake icon and color it blue
|
# If it exists, set the flake icon and color it blue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue