Fix right prompt allignment

This commit is contained in:
2024-11-13 23:54:40 +01:00
parent af2fb9477c
commit ab0f1d66e6
3 changed files with 6 additions and 2 deletions
+2 -1
View File
@@ -120,7 +120,7 @@
};
status = {
format = " [($symbol($signal_name )$status)]($style)";
format = " [($symbol$status(-$signal_name))]($style)";
pipestatus_format = "[$symbol$pipestatus]($style)";
pipestatus_segment_format = "[($signal_name )$status]($style)";
symbol = "x";
@@ -133,6 +133,7 @@
};
jobs = {
symbol = "&";
format = " [$symbol$number]($style)";
};
+3
View File
@@ -159,3 +159,6 @@ proxy() {
echo "Proxying port $1 to http://proxy.sdg.moe"
ssh -NR "5000:localhost:$1" ssh.sdg.moe
}
# disable space between right prompt and end of line
ZLE_RPROMPT_INDENT=0
+1 -1
View File
@@ -48,7 +48,7 @@ copy-on-select = false
confirm-close-surface = false
quit-after-last-window-closed = true
auto-update = false
auto-update = off
shell-integration = detect
shell-integration-features = cursor,sudo,title