Skip to content

Contains my .gitconfig, .vimrc, cscope plugin. I should be able to copy the contents of this folder structure as is into my home directory

Notifications You must be signed in to change notification settings

subramaniam/vasudha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



This repo contains a list of all the common configs that I use.

The following lines are specific to .bashrc

#Replace the PS1 related stuff with the following:

if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$(__git_ps1 " (%s)")\$ '
else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$(__git_ps1 " (%s)")\$ '
fi

About

Contains my .gitconfig, .vimrc, cscope plugin. I should be able to copy the contents of this folder structure as is into my home directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published