antigen has been removed

This commit is contained in:
Sameer Rahmani 2018-05-24 14:07:44 +01:00
parent 717cfe1cae
commit feabc8a7cb
2 changed files with 0 additions and 2075 deletions

File diff suppressed because it is too large Load Diff

18
my.zsh
View File

@ -63,21 +63,3 @@ 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
#Enable autosuggestions automatically
# zle-line-init() {
# zle autosuggest-start
# }
# zle -N zle-line-init
# #use ctrl+t to toggle autosuggestions(hopefully this wont be needed as
# #zsh-autosuggestions is designed to be unobtrusive)
# bindkey '^T' autosuggest-toggle