change zsh settings
This commit is contained in:
@ -70,7 +70,11 @@ COMPLETION_WAITING_DOTS="true"
|
|||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git zsh-syntax-highlighting)
|
plugins=(
|
||||||
|
git
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
zsh-autosuggestions
|
||||||
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|||||||
@ -4,3 +4,4 @@ alias tp='trash-put'
|
|||||||
alias tl='trash-list'
|
alias tl='trash-list'
|
||||||
|
|
||||||
alias zrc='source ~/.zshrc'
|
alias zrc='source ~/.zshrc'
|
||||||
|
alias dotf='vim ~/dotfiles/'
|
||||||
|
|||||||
Reference in New Issue
Block a user