blob: edae96a9603a43bdf1e156e849b173a35d79a66c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by gogo for 5.8
# Profiling
#zmodload zsh/zprof
## Use vim mode
bindkey -v
export KEYTIMEOUT=1
## Source other configs
### key_bindings should be before completion due to complist
source $HOME/.config/zsh/key_bindings.zsh
source $HOME/.config/zsh/completion.zsh
source $HOME/.config/zsh/prompt.zsh
source $HOME/.config/zsh/history_search.zsh
source $HOME/.config/zsh/aliases.zsh
source $HOME/.config/zsh/help_command.zsh
# Profiling
#zprof
#time zsh -i -c exit
|