„.bash_profile“ hinzufügen

This commit is contained in:
2023-03-03 14:29:48 +01:00
parent 97e5ef9296
commit 5bedfd603a

11
.bash_profile Normal file
View 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"