Skip to content

Commit

Permalink
powerbash.bash-theme: fix vanilla os logo and bump to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0vf committed Feb 15, 2024
1 parent c766de3 commit f213b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powerbash.bash-theme
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __pbash_installation_dir=$(dirname "${BASH_SOURCE[0]}")
[ -d "${__pbash_installation_dir}/modules" ] && for file in "${__pbash_installation_dir}/modules"/*; do [ -f "$file" ] && source "$file";__pbash_core_modules_list+=" $(basename "$file" .sh)"; done
[ -d "${__pbash_installation_dir}/commands" ] && for file in "${__pbash_installation_dir}/commands"/*; do [ -f "$file" ] && source "$file";__pbash_core_commands_list+=" $(basename "$file" .sh)"; done
__pbash_command_prefix="$(fc2 6)pbash $(fc2 255)"
__pbash_current_version="2.2.2"
__pbash_current_version="2.2.3"
if [[ "$__pbash_shorten_directory" != "false" ]]; then
PROMPT_DIRTRIM=4
fi
Expand All @@ -31,7 +31,7 @@ case "$NAME" in
"FreeBSD") export distro_logo="";;
"OpenBSD") export distro_logo="";;
"Darwin") export distro_logo="";;
"Vanilla OS") export distro_logo="";;
"Vanilla OS") export distro_logo="";;
"NixOS") export distro_logo="";;
"ArcoLinux") export distro_logo="";;
"Linux Mint") export distro_logo="󰣭";;
Expand Down

0 comments on commit f213b41

Please sign in to comment.