From 9e48f6f42c0ffa8874185183967ea899b23391a1 Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 4 Sep 2024 09:06:27 +0800 Subject: [PATCH] add mac profile --- profiles/mac/profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 profiles/mac/profile 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)'