mirror of
https://github.com/zoriya/flake.git
synced 2026-05-25 15:59:46 +00:00
Fix right prompt allignment
This commit is contained in:
@@ -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)";
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user