Files
dotfiles/.bash_profile
2023-03-03 14:29:48 +01:00

12 lines
284 B
Bash

# 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"