fish, vim, neovim: remove powerline
This commit is contained in:
parent
4255130bd5
commit
9be728d5d6
9 changed files with 51 additions and 44 deletions
|
@ -1,10 +1,12 @@
|
|||
function fish_prompt
|
||||
set -g prompt_string
|
||||
set -g prev_color
|
||||
prompt.add \[
|
||||
prompt.user
|
||||
prompt.add blue (prompt_pwd)
|
||||
prompt.add (prompt_pwd) blue
|
||||
prompt.git
|
||||
prompt.add normal $prompt_bang
|
||||
prompt.add \]
|
||||
prompt.add $prompt_bang brred
|
||||
|
||||
echo $prompt_string
|
||||
set -e prompt_string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue