diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..1915012 --- /dev/null +++ b/.bash_profile @@ -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"