zsh-completions has been added as a submodoule

This commit is contained in:
Sameer Rahmani 2018-05-24 14:16:52 +01:00
parent feabc8a7cb
commit 258181096a
3 changed files with 13 additions and 1 deletions

3
.gitmodules vendored
View File

@ -7,3 +7,6 @@
[submodule "zsh-autosuggestions"]
path = zsh-autosuggestions
url = git://github.com/tarruda/zsh-autosuggestions
[submodule "zsh-completions"]
path = zsh-completions
url = https://github.com/zsh-users/zsh-completions.git

10
my.zsh
View File

@ -20,7 +20,6 @@
current_path=$(cd -P -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -P)")
current_file=$current_path/$(basename -- "$0")
source $current_path/lib/antigen.zsh
#[[ -z "$PS1" ]] && return
@ -63,3 +62,12 @@ theme=${THEME:-$myzsh/themes/lxsameer.zsh-theme}
project_path=${PROJECTS:-~/src}
cdpath=($project_path $cdpath)
# Load syntax highlighter
source $current_path/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
# Load autosuggestions
source $current_path/zsh-autosuggestions/autosuggestions.zsh
# Load ZAW
source $current_path/zaw/zaw.zsh

1
zsh-completions Submodule

@ -0,0 +1 @@
Subproject commit e0290834aca5f15152d3d384547c7a0b62af4475