diff options
author | wszqkzqk | 2022-07-14 16:06:47 +0800 |
---|---|---|
committer | wszqkzqk | 2022-07-14 16:06:47 +0800 |
commit | 36ec3e489a4c0361ad41470d0c97738e641149bc (patch) | |
tree | 7a205e1f2c4ed6a504c061ad2c29e4899ed987a3 /easy-zsh-config.install | |
parent | 46a059b71165edb5ecffe44bae9fea4a987223bb (diff) | |
download | aur-36ec3e489a4c0361ad41470d0c97738e641149bc.tar.gz |
Updated by update.sh
Diffstat (limited to 'easy-zsh-config.install')
-rw-r--r-- | easy-zsh-config.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/easy-zsh-config.install b/easy-zsh-config.install index 86686c38d4b2..0b9d35f45d0a 100644 --- a/easy-zsh-config.install +++ b/easy-zsh-config.install @@ -1,5 +1,5 @@ info() { - echo -e "\033[0;34m================================INFO===================================" + echo -e "================================INFO===================================" echo -e "* To apply changes to current user, run:" echo -e " > cp /etc/zsh/zshrc ~/.zshrc" echo -e "* To configure the theme:" @@ -11,7 +11,7 @@ info() { echo -e " Ctrl-Down: History beginning search(forward)" echo -e " Ctrl-Left: Skip a whole word(left)" echo -e " Ctrl-Right: Skip a whole word(right)" - echo -e "====================================================================\033[0m" + echo -e "=======================================================================" } post_install() { info |