Skip to content

Commit

Permalink
Change in dolphin
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Oct 10, 2023
1 parent 653827b commit 1945ea7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usr/bin/biglinux-change-default-shell
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ bash_power() {
sed -i 's|DefaultProfile=.*|DefaultProfile=Bash.profile|g' "$HOME/.config/konsolerc"
rm -f "$HOME/.bash-disable-blesh"
rm -f "$HOME/.bash-disable-colors"
kwriteconfig5 --file ~/.config/dolphinrc --group "Desktop Entry" --key DefaultProfile Bash.profile
}

if [[ "$1" = "bash-power" ]]; then
Expand All @@ -42,6 +43,7 @@ elif [[ "$1" = "bash-normal" ]]; then
echo 1 > "$HOME/.bash-disable-colors"
elif [[ "$1" = "zsh" ]]; then
sed -i 's|DefaultProfile=.*|DefaultProfile=Zsh.profile|g' "$HOME/.config/konsolerc"
kwriteconfig5 --file ~/.config/dolphinrc --group "Desktop Entry" --key DefaultProfile Zsh.profile
else
echo $"Utilize uma das opções:"
echo "bash-power - " $"Bash + ble.sh + fzf e recursos para adicionar mais cores aos resultados"
Expand Down

0 comments on commit 1945ea7

Please sign in to comment.