+ Added zsh completion (from O-M-Z)
This commit is contained in:
parent
5465d1f7b5
commit
10bf2e49c0
6 changed files with 104 additions and 16 deletions
|
@ -10,6 +10,15 @@ rateUSD
|
|||
#python ~/Currency/USD2IDR/rate.py #PYTHON IS JUST TOO SLOW FOR TERMINAL
|
||||
#sh ~/.scripts/motd.sh
|
||||
|
||||
setopt auto_cd # auto cd if directory
|
||||
# highlight on tab (completion)
|
||||
[ -f ~/.config/zsh/completion ] && source ~/.config/zsh/completion
|
||||
# zstyle ':completion:*:*:git:*' script /usr/local/etc/bash_completion.d/git-completion.bash
|
||||
# fpath=(/usr/local/share/zsh-completions $fpath)
|
||||
# autoload -U compinit && compinit
|
||||
# zmodload -i zsh/complist
|
||||
# zstyle ':completion:*' menu select
|
||||
|
||||
# Alias
|
||||
[ -f ~/.config/zsh/aliases ] && source ~/.config/zsh/aliases
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue