Replace pokemon-colorscripts with krabby

This commit is contained in:
Sravan Balaji
2024-03-30 20:24:58 -04:00
parent 05bee576f9
commit 92450fb7a9
4 changed files with 6 additions and 6 deletions

View File

@@ -124,5 +124,5 @@ export XDG_CONFIG_HOME=$HOME/.config
# Greeting # Greeting
clear clear
pokemon-colorscripts -r krabby random
echo "bash shell" echo "bash shell"

View File

@@ -2,7 +2,7 @@ fish_config theme choose "Dracula_Official"
function fish_greeting function fish_greeting
clear clear
pokemon-colorscripts -r krabby random
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
end end

2
.zshrc
View File

@@ -187,5 +187,5 @@ alias upd='sudo reflector --latest 5 --age 2 --fastest 5 --protocol https --sort
# Greeting # Greeting
clear clear
pokemon-colorscripts -r krabby random
echo "zsh shell" echo "zsh shell"

View File

@@ -4945,7 +4945,7 @@ export XDG_CONFIG_HOME=$HOME/.config
# Greeting # Greeting
clear clear
pokemon-colorscripts -r krabby random
echo "bash shell" echo "bash shell"
#+END_SRC #+END_SRC
@@ -5141,7 +5141,7 @@ alias upd='sudo reflector --latest 5 --age 2 --fastest 5 --protocol https --sort
# Greeting # Greeting
clear clear
pokemon-colorscripts -r krabby random
echo "zsh shell" echo "zsh shell"
#+END_SRC #+END_SRC
@@ -5158,7 +5158,7 @@ fish_config theme choose "Dracula_Official"
#+BEGIN_SRC fish :tangle .config/fish/config.fish #+BEGIN_SRC fish :tangle .config/fish/config.fish
function fish_greeting function fish_greeting
clear clear
pokemon-colorscripts -r krabby random
echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>"
end end
#+END_SRC #+END_SRC