diff --git a/profiles/mac/profile b/profiles/mac/profile new file mode 100644 index 0000000..034c5bc --- /dev/null +++ b/profiles/mac/profile @@ -0,0 +1,5 @@ +alias l='ls -lhF' +alias ll=l +alias la='ls -AlhF' + +export PS1='%(?:%{%}%1{➜%} :%{%}%1{➜%} ) %{%}%c%{%} $(git_prompt_info)'