Progress bar improvements
This commit is contained in:
parent
aa5c7009d0
commit
b1378620fa
12
shells/zshrc
12
shells/zshrc
@ -1,3 +1,4 @@
|
|||||||
|
echo -ne '[ ]\r'
|
||||||
export HISTFILE=$HOME/.zsh_history
|
export HISTFILE=$HOME/.zsh_history
|
||||||
for config (~/.zsh/*.zsh) source $config
|
for config (~/.zsh/*.zsh) source $config
|
||||||
ZSH_THEME="af-magic"
|
ZSH_THEME="af-magic"
|
||||||
@ -277,28 +278,23 @@ function k(){
|
|||||||
}
|
}
|
||||||
#source ~/.zsh/*.zsh
|
#source ~/.zsh/*.zsh
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
# To resize,
|
||||||
|
# :%S/\[([# ]{9})\]/[\1 ]
|
||||||
echo -ne '[# ]\r'
|
echo -ne '[# ]\r'
|
||||||
#printf "git-annex..."
|
|
||||||
antigen bundle Schnouki/git-annex-zsh-completion
|
antigen bundle Schnouki/git-annex-zsh-completion
|
||||||
echo -ne '[## ]\r'
|
echo -ne '[## ]\r'
|
||||||
#printf "omg..."
|
|
||||||
antigen bundle stonewareslord/omg
|
antigen bundle stonewareslord/omg
|
||||||
echo -ne '[### ]\r'
|
echo -ne '[### ]\r'
|
||||||
#printf "theme.."
|
|
||||||
antigen theme stonewareslord/oh-my-git-themes af-magic
|
antigen theme stonewareslord/oh-my-git-themes af-magic
|
||||||
echo -ne '[#### ]\r'
|
echo -ne '[#### ]\r'
|
||||||
#printf "lpr..."
|
|
||||||
antigen bundle stonewareslord/lpr
|
antigen bundle stonewareslord/lpr
|
||||||
echo -ne '[##### ]\r'
|
echo -ne '[##### ]\r'
|
||||||
#printf "zsh-completions..."
|
|
||||||
antigen bundle zsh-users/zsh-completions src
|
antigen bundle zsh-users/zsh-completions src
|
||||||
echo -ne '[###### ]\r'
|
echo -ne '[###### ]\r'
|
||||||
#printf "autoenv..."
|
|
||||||
antigen bundle sharat87/autoenv
|
antigen bundle sharat87/autoenv
|
||||||
echo -ne '[####### ]\r'
|
echo -ne '[####### ]\r'
|
||||||
#printf "syntax-highlighting..."
|
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
echo -ne '[######## ]\r'
|
echo -ne '[######## ]\r'
|
||||||
#printf "applying..."
|
|
||||||
antigen apply
|
antigen apply
|
||||||
|
echo -ne '[#########]\r'
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user