Skip to content

sam8dec/random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random stuff I find useful

##git-completion.bash

In ~/.bashrc, add the following:
source ~/Downloads/git-completion.bash

##git-prompt.sh In ~/.bashrc, add the following:

PS1=$PS1'\[\033[0;35m\]$(__git_ps1 " (%s)")\[\033[00m\]'
GIT_PS1_SHOWDIRTYSTATE=true
GIT_PS1_SHOWCOLORHINTS=true
GIT_PS1_SHOWUPSTREAM=auto,verbose
source ~/code/random/git-prompt.sh  # CHANGE THIS to match where you downloaded the script

##findsymbol.sh Copy this script to a directory where you have multiple libraries. Use this as: ./findsymbol.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published