Skip to content

Commit

Permalink
refactor(themes): adding a reference to the _omb_theme_nekonight_icon…
Browse files Browse the repository at this point in the history
…_emoji variable in the icon variables
  • Loading branch information
bgcicca committed Jan 22, 2025
1 parent 3e28c68 commit 8badf19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions themes/nekonight/nekonight.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ source "$OSH/themes/nekonight/nekonight-base.sh"

_omb_theme_nekonight_icon_emoji="🐱"
icon_start="╭─"
icon_user=" 🐱 ${_omb_prompt_bold_olive}\u${_omb_prompt_normal}"
icon_host=" at 🐱 ${_omb_prompt_bold_cyan}\h${_omb_prompt_normal}"
icon_directory=" in 🐱 ${_omb_prompt_bold_magenta}\w${_omb_prompt_normal}"
icon_user=" ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_olive}\u${_omb_prompt_normal}"
icon_host=" at ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_cyan}\h${_omb_prompt_normal}"
icon_directory=" in ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_magenta}\w${_omb_prompt_normal}"
icon_end="╰─${_omb_prompt_bold_white}λ${_omb_prompt_normal}"

function _omb_theme_PROMPT_COMMAND() {
Expand Down
6 changes: 3 additions & 3 deletions themes/nekonight_moon/nekonight_moon.theme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ source "$OSH/themes/nekonight/nekonight-base.sh"

_omb_theme_nekonight_icon_emoji="🌙"
icon_start="╭─"
icon_user=" 🌙 ${_omb_prompt_bold_olive}\u${_omb_prompt_normal}"
icon_host=" at 🌙 ${_omb_prompt_bold_cyan}\h${_omb_prompt_normal}"
icon_directory=" in 🌙 ${_omb_prompt_bold_magenta}\w${_omb_prompt_normal}"
icon_user=" ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_olive}\u${_omb_prompt_normal}"
icon_host=" at ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_cyan}\h${_omb_prompt_normal}"
icon_directory=" in ${_omb_theme_nekonight_icon_emoji} ${_omb_prompt_bold_magenta}\w${_omb_prompt_normal}"
icon_end="╰─${_omb_prompt_bold_white}λ${_omb_prompt_normal}"

function _omb_theme_PROMPT_COMMAND() {
Expand Down

0 comments on commit 8badf19

Please sign in to comment.