Skip to content

Make your command line interactive to the git repositories and keep you informed with the current branch on the project

License

Notifications You must be signed in to change notification settings

zohairshaikh/git_aware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

git_aware

Make your command line interactive to the git repositories and keep you informed with the current branch on the project

Configuration

For Bash - Add PROMPT_COMMAND+="source <path_to_prompt.sh>" in your bash file. bashrc or bash_profile respectively.

For ZSH - Add precmd() { eval "$PROMPT_COMMAND" } PROMPT_COMMAND="source <path_to_prompt.sh>" in your zshrc file.

This command basically updates your PROMPT_COMMAND variable and will run the provided script on every command you run in the terminal.

About

Make your command line interactive to the git repositories and keep you informed with the current branch on the project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages