Skip to content

Commit

Permalink
Update lambda.theme.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
w453y authored Dec 1, 2023
1 parent 6d77ba0 commit 178e24f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion themes/lambda/lambda.theme.bash
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
# shellcheck disable=SC1090,SC2034

function set_prompt {
local user_color="\[\033[1;31m\]" # bold red for username
local at_color="\[\033[1;37m\]" # bold white for @ symbol
Expand Down Expand Up @@ -27,4 +30,4 @@ function set_prompt {
PS1+="\n${prompt_symbol_color}╰─λ${reset_color} " # red color for the prompt symbol, reset color after
}

PROMPT_COMMAND='start_time=$(date +%s%3N); set_prompt'
PROMPT_COMMAND='start_time=$(date +%s%3N); set_prompt'

0 comments on commit 178e24f

Please sign in to comment.