mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
space fixed
This commit is contained in:
parent
6e0637fd71
commit
4704dbb499
1 changed files with 2 additions and 2 deletions
|
|
@ -144,9 +144,9 @@ function set_prompt() {
|
||||||
|
|
||||||
${if git.enable
|
${if git.enable
|
||||||
then
|
then
|
||||||
''PS1="$ssh_PS1$working_dir\n$venv_icons$green_arrow$git_branch_PS1$white_text"''
|
''PS1="$ssh_PS1\n$working_dir\n$venv_icons$green_arrow$git_branch_PS1$white_text"''
|
||||||
else
|
else
|
||||||
''PS1="$ssh_PS1$working_dir\n$green_arrow$white_text"''
|
''PS1="$ssh_PS1\n$working_dir\n$green_arrow$white_text"''
|
||||||
}
|
}
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue