fish
This commit is contained in:
parent
e148c91317
commit
ad89e53947
2 changed files with 10 additions and 10 deletions
|
|
@ -75,7 +75,7 @@
|
|||
set -U fish_prompt_pwd_dir_length 0
|
||||
|
||||
function fish_prompt --description "Write out the prompt"
|
||||
echo -s (set_color brblack) (basename $PWD) (set_color normal) (set_color magenta) ' $ ' (set_color normal)
|
||||
echo -s (set_color green) (whoami) (set_color brblack) @ (set_color yellow) (hostname) (set_color brblack) : (prompt_pwd) '$ ' (set_color normal)
|
||||
end
|
||||
|
||||
function fish_right_prompt --description "Display info to the right of the prompt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue