Skip to content

bLopata/fish_prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

README

This is my how my fish_prompt looks like

  • If hostname: USER ▶ pwd fits on a single line;
─┬─[ hostname: user ▶ pwd ]
 ├─[ 🐍 venv_name ]
 ├─[ proj_name ▶ git_prompt ]
 ╰─> 

with git and virtual_env

─┬─[ hostname: user ▶ pwd ]
 ╰─> 

without git and virtual_env

  • If hostname: user ▶ pwd doesn't fit on a single line but pwd does;
─┬─[ hostname: user ]
 ├─[ pwd ]
 ╰─> 

without git and virtual_env

  • If pwd is too long to fit onto a single line;
─┬─[ hostname: user ]
 ├─[ dirname (prompt_pwd)/↴ ]
 ├─[ ↳ basename (pwd) ]
 ╰─> 

without git and virtual_env

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages