mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Fixing flake-icon
This commit is contained in:
parent
e3ae287f16
commit
a664f2bd62
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ function set_ps1_prompt() {
|
|||
fi
|
||||
|
||||
if [ -n "${IN_NIX_SHELL:+x}" ]; then
|
||||
PS1="\[\033[01;34m\]\w\[\033[00m\]\n$flake_icon\[\033[01;32m\]nixShell>$git_branch\[\033[00m\]"
|
||||
PS1="\[\033[01;34m\]\w\[\033[00m\]\n$flake_icon \[\033[01;32m\]nixShell>$git_branch\[\033[00m\]"
|
||||
else
|
||||
if ! is_ssh_session; then
|
||||
PS1="\n\[\033[01;34m\]\w\[\033[00m\]\n$flake_icon \[\033[01;32m\]>$git_branch\[\033[00m\]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue