14 lines
306 B
Bash
14 lines
306 B
Bash
|
source ~/.zsh/colors.zsh
|
||
|
source ~/.zsh/setopt.zsh
|
||
|
source ~/.zsh/prompt.zsh
|
||
|
source ~/.zsh/completion.zsh
|
||
|
source ~/.zsh/aliases.zsh
|
||
|
source ~/.zsh/bindkeys.zsh
|
||
|
source ~/.zsh/general_functions.zsh
|
||
|
source ~/.zsh/pentest_functions.zsh
|
||
|
source ~/.zsh/history.zsh
|
||
|
|
||
|
zstyle ':completion:*' menu select
|
||
|
|
||
|
. torsocks on
|