File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,5 +12,9 @@ source "$DOTLY_PATH/scripts/core/_main.sh"
12
12
if [[ $( pwd) == " $HOME " ]]; then
13
13
echo " ~"
14
14
else
15
- echo ${${${:-/ ${(j:/: )${(M)${(s:/: )${(D)PWD: h} } # (|.)[^.]} } / ${PWD: t} } // \/ ~/ \~ } / \/\/ / \/ }
15
+ current_dir=$( pwd)
16
+ penultimate_dir=$( /usr/bin/basename " $( dirname " $current_dir " ) " | cut -c1-2)
17
+ path=$( dirname " $( dirname " $current_dir " ) " | sed " s|$HOME |~|g" | sed -E ' s|/([^/])[^/]*|/\1|g' )
18
+
19
+ echo " $path /$penultimate_dir /$( /usr/bin/basename " $current_dir " ) "
16
20
fi
Original file line number Diff line number Diff line change @@ -10,8 +10,3 @@ source "$DOTLY_PATH/scripts/core/_main.sh"
10
10
# #? import [dotfiles_path]
11
11
# #?
12
12
docs::parse " $@ "
13
-
14
- # # .zshrc
15
- # # .bash
16
- # # .gitconfig
17
- # # .gitignore_global
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ prompt_codely_setup() {
73
73
fi
74
74
75
75
if [ " $CODELY_THEME_PROMPT_IN_NEW_LINE " = true ]; then
76
- PS1=" ┌ $PS1 " $' \n └➤ '
76
+ PS1=" ╭ $PS1 " $' \n %F{white}╰ '
77
77
fi
78
78
79
79
RPS1=' '
You can’t perform that action at this time.
0 commit comments