From 5bedfd603a42cdc122fc68511bd6b6b7885625b5 Mon Sep 17 00:00:00 2001 From: ueli Date: Fri, 3 Mar 2023 14:29:48 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.bash=5Fprofile=E2=80=9C=20hinzuf?= =?UTF-8?q?=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bash_profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .bash_profile 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"