Adjust bg script animation speed

This commit is contained in:
davidovski 2023-02-06 12:07:49 +00:00
parent 886f6d7aad
commit 8c1786d852
6 changed files with 23 additions and 14 deletions

2
mkshrc
View file

@ -50,6 +50,8 @@ function parse_git_dirty {
[ ! "${bits}" == "" ] && echo " ${bits}" || echo ""
}
#set -o vi
bind '^L=clear-screen'
export PS1=$(echo -e "\e[0;97m\${PWD/#\$HOME/\~}\e[0;37m\`parse_git_branch\` > \e[0;0m")