From 92450fb7a9a50a68a2cf1669c4e567ca64fcd716 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 30 Mar 2024 20:24:58 -0400 Subject: [PATCH] Replace pokemon-colorscripts with krabby --- .bashrc | 2 +- .config/fish/config.fish | 2 +- .zshrc | 2 +- README.org | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bashrc b/.bashrc index f0f5dc2..1153927 100644 --- a/.bashrc +++ b/.bashrc @@ -124,5 +124,5 @@ export XDG_CONFIG_HOME=$HOME/.config # Greeting clear -pokemon-colorscripts -r +krabby random echo "bash shell" diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 10acf2d..33365c9 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -2,7 +2,7 @@ fish_config theme choose "Dracula_Official" function fish_greeting clear - pokemon-colorscripts -r + krabby random echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" end diff --git a/.zshrc b/.zshrc index df45e95..d415e82 100644 --- a/.zshrc +++ b/.zshrc @@ -187,5 +187,5 @@ alias upd='sudo reflector --latest 5 --age 2 --fastest 5 --protocol https --sort # Greeting clear -pokemon-colorscripts -r +krabby random echo "zsh shell" diff --git a/README.org b/README.org index f7df5bc..ecca1f9 100644 --- a/README.org +++ b/README.org @@ -4945,7 +4945,7 @@ export XDG_CONFIG_HOME=$HOME/.config # Greeting clear -pokemon-colorscripts -r +krabby random echo "bash shell" #+END_SRC @@ -5141,7 +5141,7 @@ alias upd='sudo reflector --latest 5 --age 2 --fastest 5 --protocol https --sort # Greeting clear -pokemon-colorscripts -r +krabby random echo "zsh shell" #+END_SRC @@ -5158,7 +5158,7 @@ fish_config theme choose "Dracula_Official" #+BEGIN_SRC fish :tangle .config/fish/config.fish function fish_greeting clear - pokemon-colorscripts -r + krabby random echo "¸.·´¯`·.´¯`·.¸¸.·´¯`·.¸><(((º>" end #+END_SRC