diff --git a/install b/install index 2fe6c2e..084e409 100755 --- a/install +++ b/install @@ -286,14 +286,11 @@ do ln -fs "${SYSTEM_DIR}/${file}" "${HOME}/${file}" done - -if [ "${IS_WORK}" = "0" ]; then - for file in "${!LINKED_FILES[@]}"; do - print_log "Linking ${YELLOW}${file}${RESET} to ${YELLOW}${LINKED_FILES[${file}]}${RESET}" - rm -rf "${file}" - ln -fs "${LINKED_FILES[${file}]}" "${file}" - done -fi +for file in "${!LINKED_FILES[@]}"; do + print_log "Linking ${YELLOW}${file}${RESET} to ${YELLOW}${LINKED_FILES[${file}]}${RESET}" + rm -rf "${file}" + ln -fs "${LINKED_FILES[${file}]}" "${file}" +done ############################################################################### diff --git a/system/.config/custom/env b/system/.config/custom/env index c5269e3..dd5bcf5 100644 --- a/system/.config/custom/env +++ b/system/.config/custom/env @@ -157,7 +157,7 @@ function precmd() { # Custom prompt NEWLINE=$'\n' export PS1="┌─" -export PS1="${PS1}%F{red}[%*]%f" +export PS1="${PS1}%F{red}[%D{%T}]%f" export PS1="${PS1}%F{blue}[%m]%f" export PS1="${PS1}%F{yellow}[%~]%f" export PS1="${PS1}"'${(r:$(prompt_width)::─:)}'