Round 1 of files

This commit is contained in:
Gene Liverman 2017-05-05 23:06:42 -07:00
parent a4bc5977cf
commit 0673e01c0a
12 changed files with 187 additions and 0 deletions

16
link/mac/profile Normal file
View file

@ -0,0 +1,16 @@
alias ll='ls -G -l'
alias ls='ls -G'
export EDITOR='vim'
export PATH=$PATH:~/.nexustools
export PATH=$PATH:/Applications/Araxis\ Merge.app/Contents/Utilities
#export PS1='\u:☕️ \W \$ '
if [ -f $(brew --prefix)/etc/bash_completion ]; then
source $(brew --prefix)/etc/bash_completion
source $(brew --prefix)/etc/bash_completion.d/git-completion.bash
source $(brew --prefix)/etc/bash_completion.d/git-prompt.sh
fi
export GIT_PS1_SHOWDIRTYSTATE=true
export PS1='\h:\W \$$(__git_ps1) '