add zsh syntax highlighting, move stuff around
This commit is contained in:
parent
367026a86c
commit
fb71ae7990
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "zsh/.config/zsh/plugins/fast-syntax-highlighting"]
|
||||
path = zsh/.config/zsh/plugins/fast-syntax-highlighting
|
||||
url = https://github.com/zdharma/fast-syntax-highlighting.git
|
||||
1
zsh/.config/zsh/plugins/fast-syntax-highlighting
Submodule
1
zsh/.config/zsh/plugins/fast-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a62d721affc771de2c78201d868d80668a84c1e1
|
||||
@ -7,5 +7,4 @@ export PATH
|
||||
|
||||
source ~/.config/.env
|
||||
source ~/.config/.env.system
|
||||
|
||||
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
||||
source "$HOME/.cargo/env"
|
||||
|
||||
@ -25,6 +25,7 @@ PROMPT="%{$fg_bold[yellow]%}%* %{$fg_bold[cyan]%}%d %(?.$fg_bold[green]✓.$fg_b
|
||||
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
|
||||
|
||||
source ~/.config/.aliases
|
||||
source ~/.config/.aliases.local
|
||||
|
||||
source $HOME/.config/zsh/key-bindings.zsh
|
||||
|
||||
@ -46,3 +47,7 @@ fi
|
||||
if [[ -f ~/.last_dir ]]; then
|
||||
cd $(cat ~/.last_dir)
|
||||
fi
|
||||
|
||||
source ~/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||
|
||||
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user