mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Round 1 of files
This commit is contained in:
parent
a4bc5977cf
commit
0673e01c0a
12 changed files with 187 additions and 0 deletions
16
link/mac/profile
Normal file
16
link/mac/profile
Normal 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) '
|
||||
Loading…
Add table
Add a link
Reference in a new issue