Fix EOF
This commit is contained in:
@@ -225,4 +225,3 @@ function __powerline_prompt_command {
|
||||
LEFT_PROMPT \
|
||||
SEGMENTS_AT_LEFT
|
||||
}
|
||||
|
||||
|
||||
1
themes/liquidprompt/.gitignore
vendored
1
themes/liquidprompt/.gitignore
vendored
@@ -1,2 +1 @@
|
||||
liquidprompt
|
||||
|
||||
|
||||
@@ -31,4 +31,4 @@ function prompt() {
|
||||
PS1="\n${n_commands} ${user_host} ${prompt_symbol} ${ruby} ${open}${current_path}${git_branch}${close}${return_status}\n${prompt_char}"
|
||||
}
|
||||
|
||||
safe_append_prompt_command prompt
|
||||
safe_append_prompt_command prompt
|
||||
|
||||
@@ -26,4 +26,3 @@ Here it is in action:
|
||||
## Usage Scenario
|
||||
|
||||
This theme is especially useful when connecting to many different machines and switching between them often. Yes, the hostname *is* present in the prompt. But I argue that it's a lot faster to get a "feel" of what machine you are currently on because of the custom colors on that machine's prompt than by reading the hostname.
|
||||
|
||||
|
||||
@@ -280,4 +280,3 @@ function __powerline_prompt_command {
|
||||
LEFT_PROMPT \
|
||||
SEGMENTS_AT_LEFT
|
||||
}
|
||||
|
||||
|
||||
@@ -182,4 +182,3 @@ function powerline_prompt_command() {
|
||||
}
|
||||
|
||||
PROMPT_COMMAND=powerline_prompt_command
|
||||
|
||||
|
||||
Reference in New Issue
Block a user