„.bash_profile“ hinzufügen
This commit is contained in:
11
.bash_profile
Normal file
11
.bash_profile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Used for MacOS
|
||||
|
||||
export PATH="~/bin:$PATH"
|
||||
export PATH="/usr/local/sbin:$PATH"
|
||||
export PS1='\[\e]0;\u@\h: \w\a\]\u@\h:\w\$ '
|
||||
export ANSIBLE_CONFIG="/Users/ueli/git/ansible/ansible.cfg"
|
||||
export CLICOLOR="YES"
|
||||
export LSCOLORS="ExGxBxDxCxEgEdxbxgxcxd"
|
||||
|
||||
alias l="ls -al"
|
||||
alias ll="ls -al"
|
||||
Reference in New Issue
Block a user