add zsh syntax highlighting, move stuff around
This commit is contained in:
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
Submodule zsh/.config/zsh/plugins/fast-syntax-highlighting added at a62d721aff
@@ -7,5 +7,4 @@ export PATH
|
|||||||
|
|
||||||
source ~/.config/.env
|
source ~/.config/.env
|
||||||
source ~/.config/.env.system
|
source ~/.config/.env.system
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
|
||||||
|
|||||||
@@ -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%} "
|
%(3L.$fg_bold[red]%L .)%{$fg_bold[yellow]%}%%%{$reset_color%} "
|
||||||
|
|
||||||
source ~/.config/.aliases
|
source ~/.config/.aliases
|
||||||
|
source ~/.config/.aliases.local
|
||||||
|
|
||||||
source $HOME/.config/zsh/key-bindings.zsh
|
source $HOME/.config/zsh/key-bindings.zsh
|
||||||
|
|
||||||
@@ -46,3 +47,7 @@ fi
|
|||||||
if [[ -f ~/.last_dir ]]; then
|
if [[ -f ~/.last_dir ]]; then
|
||||||
cd $(cat ~/.last_dir)
|
cd $(cat ~/.last_dir)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
source ~/.config/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||||
|
|
||||||
|
eval `keychain --eval --quiet --agents ssh,gpg id_rsa`
|
||||||
|
|||||||
Reference in New Issue
Block a user