Commit f81a2c7 Hugo Saporetti Junior
committed
1 parent aeacbd4 commit f81a2c7 Copy full SHA for f81a2c7
File tree 3 files changed +11
-10
lines changed
bin/apps/bash/hhs-app/plugins/starship/hhs-presets
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ format = '[(\[$all_status[$ahead_behind](red)\] )]($style)'
89
89
untracked = ' ?'
90
90
modified = ' !'
91
91
deleted = ' -'
92
- stashed = ' $'
92
+ stashed = ' \ $'
93
93
staged = ' +'
94
94
renamed = ' ^'
95
95
Original file line number Diff line number Diff line change @@ -54,9 +54,6 @@ Usage: $APP_NAME [OPTIONS] <args>
54
54
# Whether to install it without prompts
55
55
QUIET=
56
56
57
- # Installation log file
58
- INSTALL_LOG=" ${HOME} /install.log"
59
-
60
57
# Whether the script is running from a stream
61
58
STREAMED=" $( [[ -t 0 ]] || echo ' Yes' ) "
62
59
@@ -237,8 +234,8 @@ Usage: $APP_NAME [OPTIONS] <args>
237
234
# Define the HomeSetup files (.hhs) location
238
235
HHS_DIR=" ${HOME} /.hhs"
239
236
240
- # Define the HomeSetup log directory
241
- HHS_LOG_DIR =" ${HHS_DIR} / log"
237
+ # Installation log file
238
+ INSTALL_LOG =" ${HOME} /install. log"
242
239
243
240
# Dotfiles source location
244
241
DOTFILES_DIR=" ${HHS_HOME} /dotfiles/${SHELL_TYPE} "
@@ -275,6 +272,10 @@ Usage: $APP_NAME [OPTIONS] <args>
275
272
BIN_DIR=" ${HHS_DIR} /bin"
276
273
create_directory " ${BIN_DIR} "
277
274
275
+ # Define and create the HomeSetup log directory
276
+ HHS_LOG_DIR=" ${HHS_DIR} /log"
277
+ create_directory " ${HHS_LOG_DIR} "
278
+
278
279
# Define the fonts directory
279
280
if [[ " Darwin" == " ${MY_OS} " ]]; then
280
281
FONTS_DIR=" ${HOME} /Library/Fonts"
You can’t perform that action at this time.
0 commit comments