
Source `brew -prefix `/etc/bash_completion.d/vagrant # Add tab completion for vagrant commands Source " $(brew -prefix )/share/bash-completion/bash_completion " print | sed -e 's */ |_ g s _| | g' " # List the file structure of the current directoryĪlias getsshkey= "pbcopy /dev/null & then Ssh-add " $HOME/.ssh/id_rsa " > /dev/null 2>&1Įxport PS1= $CYAN '\u ' $WHITE ' at ' $BLUE '\h ' $WHITE ' → ' $PURPLE '\e0 $ # Shorthand for `history` with added greppingĪlias perm= "stat -f '%Lp' " # View the permissions of a file/dir as a numberĪlias mkdir= 'mkdir -pv ' # Make parent directories if neededĪlias tree= "find. Then echo -e '\033[0 33m ' # yellow if need to push Then echo -e '\033[0 31m ' # red if need to commit # Set a specific color for the status of the Git repo If git rev-parse -git-dir >/dev/null 2>&1 # Description: File used to hold Bash configuration, aliases, functions, completions, etc.
